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 |
官方網址 | 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\/*" ] } |