shadowsocks / shadowsocks-chromeapp

Chrome client for shadowsocks
696 stars 541 forks source link

如何解决? #24

Closed luckypoem closed 8 years ago

luckypoem commented 8 years ago

hi. Click Load Unpacked Extension,显示: 无法加载以下来源的扩展程序: ~/shadowsocks-chromeapp 无法加载背景脚本“lib/logging.js”。

nekolab commented 8 years ago

Hi, since this is a development version, you need to compile CoffeeScript to JavaScript by yourself.

As the note mentioned in Readme.md, you should install node.js and coffeescript, run cake build under the root directory, then load it to Chrome.

Cheers~

luckypoem commented 8 years ago

npm install coffee-script -g cake build

that's all.tks

luckypoem commented 8 years ago

要是做成chrome的插件就更好了。那样才更方便,填入ss帐号的信息,即可使用的话,那样多好呢。

nekolab commented 8 years ago

Actually Chrome doesn't support socket api on extension architecture, so it's impossible.