KenGoo
Watch Taiwan Stocks with the most convenienct way
What is KenGoo?
KenGoo is a Chrome extension developed by KSWLee, and its main feature is "Watch Taiwan Stocks with the most convenienct way".
Extension Screenshots
Download KenGoo Extension CRX File
Download KenGoo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fix the issue that nothing fetched.
Extension Basic Information
Name | KenGoo |
ID | jjbeocfmgckcnabhefnjnhbpppfmcgfd |
Official URL | https://chromewebstore.google.com/detail/kengoo/jjbeocfmgckcnabhefnjnhbpppfmcgfd |
Description | Watch Taiwan Stocks with the most convenienct way |
File Size | 102 KB |
Installation Count | 2,541 |
Current Version | 2.0.1 |
Last Updated | 2014-04-03 |
Publish Date | 2014-04-03 |
Rating | 4.61/5 Total 41 Ratings |
Developer | KSWLee |
Payment Type | free |
Extension Website | http://ideasnow.diggbooks.net |
Supported Languages | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.0.1", "manifest_version": 2, "description": "__MSG_extDesc__", "background": { "page": "background.html" }, "options_page": "options.html", "default_locale": "en", "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon48.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |