Jisho Extension
Quickly search on Jisho.org
Jisho Extensionとは何ですか?
Jisho ExtensionはGlen Brixeyによって開発されたChromeの拡張機能で、その主な機能は「Quickly search on Jisho.org」です。
拡張機能のスクリーンショット
Jisho Extension拡張機能のCRXファイルをダウンロード
Jisho Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to search quickly on Jisho.org by right-clicking on selected text. If you are searching for a single kanji, the extension will navigate directly to the #kanji page on Jisho.org. The extension also adds a toolbar button with a popup for entering text directly, which may be useful when copying and pasting text from another program.
This extension is open source: https://github.com/gbrixey/jisho-extension 拡張機能の基本情報
| 名前 | |
| ID | iblocgbegbfbikfpjajboohgnegaonho |
| 公式URL | https://chromewebstore.google.com/detail/jisho-extension/iblocgbegbfbikfpjajboohgnegaonho |
| 説明 | Quickly search on Jisho.org |
| ファイルサイズ | 155 KB |
| インストール数 | 6,000 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2021-07-12 |
| 公開日 | 2017-11-25 |
| 評価 | 4.75/5 合計 12 レビュー |
| 開発者 | Glen Brixey |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gbrixey/jisho-extension |
| ヘルプページのURL | https://github.com/gbrixey/jisho-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Jisho Extension",
"version": "0.3",
"description": "Quickly search on Jisho.org",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"shared_functions.js",
"context_menu.js"
]
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |