Jisho MonoOboe
Remember the words that you search the most on jisho.org
什么是Jisho MonoOboe?
Jisho MonoOboe是由MyNameIsKir开发的Chrome扩展程序,该扩展的主要功能是“Remember the words that you search the most on jisho.org”。
扩展截图
下载Jisho MonoOboe扩展crx文件
下载Jisho MonoOboe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
官方URL | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
简介 | Remember the words that you search the most on jisho.org |
文件大小 | 9.4 MB |
安装次数 | 409 |
当前版本 | 1.0 |
更新时间 | 2018-05-22 |
上架时间 | 2018-05-22 |
评分 | 4.75/5 共4次评分 |
开发者 | MyNameIsKir |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |