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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn Japanese through Anime

ดาวน์โหลดไฟล์ส่วนขยาย Learn Japanese through Anime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Learn Japanese through Anime Learn Japanese through Anime
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
URL หน้าช่วยเหลือ https://akirademy.com
URL หน้านโยบายความเป็นส่วนตัว 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"
}