Jisho MonoOboe
Remember the words that you search the most on jisho.org
What is Jisho MonoOboe?
Jisho MonoOboe is a Chrome extension developed by MyNameIsKir, and its main feature is "Remember the words that you search the most on jisho.org".
Extension Screenshots
Download Jisho MonoOboe Extension CRX File
Download Jisho MonoOboe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
Official URL | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
Description | Remember the words that you search the most on jisho.org |
File Size | 9.4 MB |
Installation Count | 409 |
Current Version | 1.0 |
Last Updated | 2018-05-22 |
Publish Date | 2018-05-22 |
Rating | 4.75/5 Total 4 Ratings |
Developer | MyNameIsKir |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |