Jisho MonoOboe
Remember the words that you search the most on jisho.org
Was ist Jisho MonoOboe?
Jisho MonoOboe ist eine Chrome-Erweiterung, die von MyNameIsKir entwickelt wurde, und ihr Hauptmerkmal ist "Remember the words that you search the most on jisho.org".
Erweiterungsscreenshots
Jisho MonoOboe-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jisho MonoOboe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
In your language learning adventure, you're looking up hundreds, then thousands of words. But there's that one- no those few words that you keep looking up but you can't quite remember which ones they are. And what was that word you looked up just a few minutes ago? That's where MonoOboe comes in. Keep track of the words you search for the most, and your ten most recent searches. It's a simple tool to help enable you to adapt your Japanese vocabulary to your own needs. Questions? Comments? Please feel free to shoot me an email at [email protected]
Grundlegende Informationen zur Erweiterung
Name | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
Offizielle URL | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
Beschreibung | Remember the words that you search the most on jisho.org |
Dateigröße | 9.4 MB |
Installationsanzahl | 409 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-05-22 |
Veröffentlichungsdatum | 2018-05-22 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | MyNameIsKir |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jisho MonoOboe", "version": "1.0", "manifest_version": 2, "description": "Remember the words that you search the most on jisho.org", "author": "MyNameIsKir", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "48": "assets\/icon.png" } }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.jisho.org\/*" ], "css": [ "styles\/monooboe.css" ], "js": [ "scripts\/monooboe.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "pages\/*" ] } |