KenGoo
Watch Taiwan Stocks with the most convenienct way
Wat is KenGoo?
KenGoo is een Chrome-extensie ontwikkeld door KSWLee, en de belangrijkste functie is "Watch Taiwan Stocks with the most convenienct way".
Extensie Screenshots
Download het CRX-bestand van de extensie KenGoo
Download KenGoo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fix the issue that nothing fetched.
Basisinformatie over de Extensie
Naam | KenGoo |
ID | jjbeocfmgckcnabhefnjnhbpppfmcgfd |
Officiële URL | https://chromewebstore.google.com/detail/kengoo/jjbeocfmgckcnabhefnjnhbpppfmcgfd |
Beschrijving | Watch Taiwan Stocks with the most convenienct way |
Bestandsgrootte | 102 KB |
Aantal Installaties | 2,541 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2014-04-03 |
Publicatiedatum | 2014-04-03 |
Beoordeling | 4.61/5 Totaal 41 Beoordelingen |
Ontwikkelaar | KSWLee |
Betalingswijze | free |
Extensiewebsite | http://ideasnow.diggbooks.net |
Ondersteunde Talen | 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" } } |