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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" } |