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!”。
扩展截图
下载Learn Japanese through Anime扩展crx文件
下载Learn Japanese through Anime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
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" } |