KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

How to load kango extension in the chrome browser. #168

Open yasirrose opened 7 years ago

yasirrose commented 7 years ago

I am new to kango. I have an extension developed in kango but i don't know how to load/install this extension in kango because normally "menifest.json" file is loaded in chrome to install the extension but I can't find "menifest.json" file . How i can load the extension in chrome ?

lexoyo commented 6 years ago

you should find the manifest.json in your-ext/output/chrome/ then open chrome://extensions/ in chrome and select developer mode in the right upper corner click "load unpacked" and select the your-ext/output/chrome/ folder