Search JLect
Search the online JLect Dictionary.
Search JLectとは何ですか?
Search JLectはhttp://www.jlect.comによって開発されたChromeの拡張機能で、その主な機能は「Search the online JLect Dictionary.」です。
拡張機能のスクリーンショット
Search JLect拡張機能のCRXファイルをダウンロード
Search JLect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin provides two quick ways for searching the JLect online Japanese-English dictionary (aka JLect和英辞書 waei jisho). You can either highlight a word and right-click to search it up, or click on the menu icon to look up a term in either English, Japanese or Romaji. Note that JLect also offers results for various Japanese dialectal words and features a basic Okinawan dictionary. Happy searching! Version 0.20: Fixed incompatibility issue with certain extensions.
拡張機能の基本情報
名前 | |
ID | liicmmnglhikmpihhnoogdeomlgimcbc |
公式URL | https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc |
説明 | Search the online JLect Dictionary. |
ファイルサイズ | 19.39 KB |
インストール数 | 131 |
現在のバージョン | 0.20 |
最終更新日 | 2014-07-01 |
公開日 | 2014-07-01 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | http://www.jlect.com |
支払い方法 | free |
ヘルプページのURL | http://www.jlect.com/forum/18-google-chrome-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Search the online JLect Dictionary.", "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "name": "Search JLect", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.20" } |