Search JLect

Search the online JLect Dictionary.

Search JLect क्या है?

Search JLect http://www.jlect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the online JLect Dictionary."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search JLect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}