Learn Japanese through Anime
A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!
ما هو Learn Japanese through Anime؟
Learn Japanese through Anime هو إضافة Chrome تم تطويرها بواسطة http://akirademy.com، والميزة الرئيسية لها هي "A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Learn Japanese through Anime
قم بتنزيل ملفات الامتداد Learn Japanese through Anime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | peikageomjildgajjhcjfcmdjddoklak |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/learn-japanese-through-an/peikageomjildgajjhcjfcmdjddoklak |
الوصف | A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy! |
حجم الملف | 28.59 MB |
عدد التثبيتات | 665 |
النسخة الحالية | 1.2.5 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.74/5 مجموع تقييمات 232 |
المطور | http://akirademy.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://akirademy.com |
عنوان صفحة المساعدة | https://akirademy.com |
عنوان صفحة سياسة الخصوصية | https://akira.edu.vn |
اللغات المدعومة | 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" } |