Learn Japanese through Anime
A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!
Apa itu Learn Japanese through Anime?
Learn Japanese through Anime adalah ekstensi Chrome yang dikembangkan oleh http://akirademy.com, dan fitur utamanya adalah "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Learn Japanese through Anime
Unduh file ekstensi Learn Japanese through Anime dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | peikageomjildgajjhcjfcmdjddoklak |
URL Resmi | https://chrome.google.com/webstore/detail/learn-japanese-through-an/peikageomjildgajjhcjfcmdjddoklak |
Deskripsi | A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy! |
Ukuran File | 28.59 MB |
Jumlah Instalasi | 665 |
Versi Saat Ini | 1.2.5 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 4.74/5 Total 232 Penilaian |
Pengembang | http://akirademy.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://akirademy.com |
URL Halaman Bantuan | https://akirademy.com |
URL Halaman Kebijakan Privasi | https://akira.edu.vn |
Bahasa yang Didukung | 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" } |