Wiktionary Translator

Quickly look up words in wiktionary as you read

Wiktionary Translator क्या है?

Wiktionary Translator axolotl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly look up words in wiktionary as you read"।

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

screenshot

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

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

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

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

एक्सटेंशन की मूल जानकारी

नाम Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
आधिकारिक URL https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
विवरण Quickly look up words in wiktionary as you read
फ़ाइल का आकार 82.76 KB
स्थापना संख्या 223
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-03-16
प्रकाशन तिथि 2015-03-16
रेटिंग 2.78/5 कुल 9 रेटिंग्स
डेवलपर axolotl
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Risto-Stevcev/wiktionary-translator
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}