Japanese IO
Helps you read Japanese text
Japanese IOとは何ですか?
Japanese IOはhttps://www.japanese.ioによって開発されたChromeの拡張機能で、その主な機能は「Helps you read Japanese text」です。
拡張機能のスクリーンショット
Japanese IO拡張機能のCRXファイルをダウンロード
Japanese IO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension works in concert with Japanese IO (https://www.japanese.io) and brings easy access to dictionary lookups, readings, kanji and example sentences to help you read Japanese web pages. Notice that this extension requires a free Japanese IO account, which can be created from the extension after it has been installed. Paid feature upgrades are available. Word lookups are stored in your profile and you can review and study this vocabulary on the Japanese IO website.
拡張機能の基本情報
名前 | Japanese IO |
ID | dccefjeoofjkdjodbkkbncjcipagdnad |
公式URL | https://chromewebstore.google.com/detail/japanese-io/dccefjeoofjkdjodbkkbncjcipagdnad |
説明 | Helps you read Japanese text |
ファイルサイズ | 747 KB |
インストール数 | 11,885 |
現在のバージョン | 0.14.1 |
最終更新日 | 2022-10-12 |
公開日 | 2020-06-06 |
評価 | 4.55/5 合計 62 レビュー |
開発者 | https://www.japanese.io |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.japanese.io |
プライバシーポリシーページのURL | https://www.japanese.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Japanese IO", "description": "Helps you read Japanese text", "version": "0.14.1", "manifest_version": 3, "permissions": [ "contextMenus", "scripting", "activeTab", "background", "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*", "http:\/\/localhost:5000\/", "https:\/\/*.japanese.io\/", "http:\/\/commons.wikimedia.org\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/api.mixpanel.com\/", "https:\/\/www.google-analytics.com\/" ], "icons": { "16": "favicon.ico", "128": "favicon-128x128.png", "196": "favicon-196x196.png" }, "background": { "service_worker": "serviceWorker.bundle.js" }, "externally_connectable": { "matches": [ "http:\/\/localhost:5000\/*", "https:\/\/staging.japanese.io\/*", "https:\/\/www.japanese.io\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bootstrap.bundle.js" ], "run_at": "document_end" } ], "options_page": "pages\/options\/OptionsPage.html", "action": { "default_title": "Japanese IO", "default_icon": { "128": "favicon-128x128.png" } }, "web_accessible_resources": [ { "resources": [ "\/images\/icons\/triangle.svg", "\/images\/powerUp\/powerhead-white-green.png", "\/images\/powerUp\/powerhead-dark-green.png", "\/images\/icons\/close.svg", "\/images\/logos\/japanese-io-logo.svg", "\/images\/icons\/star.svg", "\/images\/icons\/star-grey.svg", "\/images\/icons\/speaker.svg", "\/images\/icons\/speaker-grey.svg", "\/api\/vocabulary\/*\/audio" ], "matches": [ " |