Gentokyo
Gentokyo - Anime, Manga, Cosplay, Figuritas, Japón y mucho más!
Cos'è Gentokyo?
Gentokyo è un'estensione di Chrome sviluppata da http://gentokyo.com, e la sua funzione principale è "Gentokyo - Anime, Manga, Cosplay, Figuritas, Japón y mucho más!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gentokyo
Scarica i file di estensione Gentokyo 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
Entérate de lo último en Anime, manga, cosplay, cultura japonesa y mas con gentokyo
Informazioni di Base sull'Estensione
Nome | |
ID | jphpghlgbcfdojpmihabcainmfifkgmh |
URL Ufficiale | https://chrome.google.com/webstore/detail/gentokyo/jphpghlgbcfdojpmihabcainmfifkgmh |
Descrizione | Gentokyo - Anime, Manga, Cosplay, Figuritas, Japón y mucho más! |
Dimensione del File | 61.88 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2013-08-12 |
Data di Pubblicazione | 2013-08-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://gentokyo.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://gentokyo.com |
URL della Pagina di Aiuto | http://gentokyo.com/contacto/ |
Lingue Supportate | es |
manifest.json | |
{ "background": { "scripts": [ "scripts\/jquery-1.8.1.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Gentokyo" }, "description": "Gentokyo - Anime, Manga, Cosplay, Figuritas, Jap\u00f3n y mucho m\u00e1s!", "homepage_url": "http:\/\/gentokyo.com\/", "icons": { "128": "images\/128.png", "16": "images\/icon.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Gentokyo", "permissions": [ "http:\/\/gentokyo.com\/feed-services", "tabs", "notifications" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4" } |