Learn Japanese through Anime
A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!
O que é Learn Japanese through Anime?
Learn Japanese through Anime é uma extensão do Chrome desenvolvida por http://akirademy.com, e sua principal característica é "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Learn Japanese through Anime
Baixe arquivos de extensão Learn Japanese through Anime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | peikageomjildgajjhcjfcmdjddoklak |
URL Oficial | https://chrome.google.com/webstore/detail/learn-japanese-through-an/peikageomjildgajjhcjfcmdjddoklak |
Descrição | A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy! |
Tamanho do Arquivo | 28.59 MB |
Contagem de Instalações | 665 |
Versão Atual | 1.2.5 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.74/5 Total de 232 Avaliações |
Desenvolvedor | http://akirademy.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://akirademy.com |
URL da Página de Ajuda | https://akirademy.com |
URL da Página de Política de Privacidade | https://akira.edu.vn |
Idiomas Suportados | 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" } |