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 |
官方網址 | 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" } |