Search JLect

Search the online JLect Dictionary.

什么是Search JLect?

Search JLect是由http://www.jlect.com开发的Chrome扩展程序,该扩展的主要功能是“Search the online JLect Dictionary.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Search JLect Search JLect
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"
}