Search JLect

Search the online JLect Dictionary.

Wat is Search JLect?

Search JLect is een Chrome-extensie ontwikkeld door http://www.jlect.com, en de belangrijkste functie is "Search the online JLect Dictionary.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Search JLect

Download Search JLect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Search JLect Search JLect
ID liicmmnglhikmpihhnoogdeomlgimcbc
Officiële URL https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc
Beschrijving Search the online JLect Dictionary.
Bestandsgrootte 19.39 KB
Aantal Installaties 131
Huidige Versie 0.20
Laatst Bijgewerkt 2014-07-01
Publicatiedatum 2014-07-01
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://www.jlect.com
Betalingswijze free
Help Pagina-URL http://www.jlect.com/forum/18-google-chrome-extension
Ondersteunde Talen 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"
}