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是由http://akirademy.com開發的Chrome擴展程式,該擴展的主要功能是“A great way to learn Japanese effortlessly everyday. With the extension, learning Japanese has never been this fun and easy!”。

擴展截圖

screenshot
screenshot
screenshot

下載Learn Japanese through Anime擴展crx文件

下載Learn Japanese through Anime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Learn Japanese through Anime Learn Japanese through Anime
ID peikageomjildgajjhcjfcmdjddoklak
官方網址 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"
}