Japanese IO
Helps you read Japanese text
Hvad er Japanese IO?
Japanese IO er en Chrome-udvidelse udviklet af https://www.japanese.io, og dens hovedfunktion er "Helps you read Japanese text".
Udvidelsesskærmbilleder
Download Japanese IO-udvidelses-CRX-fil
Download Japanese IO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Japanese IO |
ID | dccefjeoofjkdjodbkkbncjcipagdnad |
Officiel URL | https://chromewebstore.google.com/detail/japanese-io/dccefjeoofjkdjodbkkbncjcipagdnad |
Beskrivelse | Helps you read Japanese text |
Filstørrelse | 747 KB |
Antal Installationer | 11,885 |
Nuværende Version | 0.14.1 |
Senest Opdateret | 2022-10-12 |
Udgivelsesdato | 2020-06-06 |
Bedømmelse | 4.55/5 Samlet 62 Bedømmelser |
Udvikler | https://www.japanese.io |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://www.japanese.io |
URL til Fortrolighedspolitik Side | https://www.japanese.io/privacy |
Understøttede Sprog | 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": [ " |