KenGoo
Watch Taiwan Stocks with the most convenienct way
Cos'è KenGoo?
KenGoo è un'estensione di Chrome sviluppata da KSWLee, e la sua funzione principale è "Watch Taiwan Stocks with the most convenienct way".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KenGoo
Scarica i file di estensione KenGoo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fix the issue that nothing fetched. Informazioni di Base sull'Estensione
| Nome | |
| ID | jjbeocfmgckcnabhefnjnhbpppfmcgfd |
| URL Ufficiale | https://chromewebstore.google.com/detail/kengoo/jjbeocfmgckcnabhefnjnhbpppfmcgfd |
| Descrizione | Watch Taiwan Stocks with the most convenienct way |
| Dimensione del File | 102 KB |
| Conteggio Installazioni | 2,541 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2014-04-03 |
| Data di Pubblicazione | 2014-04-03 |
| Valutazione | 4.61/5 Totale 41 Valutazioni |
| Sviluppatore | KSWLee |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://ideasnow.diggbooks.net |
| Lingue Supportate | 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"
}
} | |