Learn Japanese through Anime
A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!
Cos'è Learn Japanese through Anime?
Learn Japanese through Anime è un'estensione di Chrome sviluppata da http://akirademy.com, e la sua funzione principale è "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Learn Japanese through Anime
Scarica i file di estensione Learn Japanese through Anime 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
Informazioni di Base sull'Estensione
Nome | |
ID | peikageomjildgajjhcjfcmdjddoklak |
URL Ufficiale | https://chrome.google.com/webstore/detail/learn-japanese-through-an/peikageomjildgajjhcjfcmdjddoklak |
Descrizione | A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy! |
Dimensione del File | 28.59 MB |
Conteggio Installazioni | 665 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.74/5 Totale 232 Valutazioni |
Sviluppatore | http://akirademy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://akirademy.com |
URL della Pagina di Aiuto | https://akirademy.com |
URL della Pagina della Politica sulla Privacy | https://akira.edu.vn |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "akira.js" ] }, "browser_action": { "default_title": "Learn Japanese through Anime" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google.com; object-src https:\/\/ssl.google-analytics.com https:\/\/www.google.com 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "description": "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!", "icons": { "128": "images\/akirademy-128.png", "16": "images\/akirademy-16.png" }, "manifest_version": 2, "name": "Learn Japanese through Anime", "offline_enabled": true, "web_accessible_resources": [ "images\/word\/*.png" ], "permissions": [ "tabs", "geolocation", "unlimitedStorage", "history", "topSites", "https:\/\/*\/*", "notifications", "storage", "gcm" ], "short_name": "Learn Japanese through Anime", "version": "1.2.5" } |