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] 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |