How to load kango extension in the chrome browser.
Opened this issue · 1 comments
yasirrose commented
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
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