KenGoo
Watch Taiwan Stocks with the most convenienct way
Qu'est-ce que KenGoo ?
KenGoo est une extension Chrome développée par KSWLee, et sa fonction principale est "Watch Taiwan Stocks with the most convenienct way".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KenGoo
Téléchargez les fichiers d'extension KenGoo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Fix the issue that nothing fetched.
Informations de Base sur l'Extension
Nom | KenGoo |
ID | jjbeocfmgckcnabhefnjnhbpppfmcgfd |
URL Officiel | https://chromewebstore.google.com/detail/kengoo/jjbeocfmgckcnabhefnjnhbpppfmcgfd |
Description | Watch Taiwan Stocks with the most convenienct way |
Taille du Fichier | 102 KB |
Nombre d'Installations | 2,541 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2014-04-03 |
Date de Publication | 2014-04-03 |
Évaluation | 4.61/5 Total 41 Évaluations |
Développeur | KSWLee |
Type de Paiement | free |
Site Web de l'Extension | http://ideasnow.diggbooks.net |
Langues Prises en Charge | 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" } } |