Text translator

Query selected text by using web ditionary

Text translator क्या है?

Text translator BH_Lin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Query selected text by using web ditionary"।

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

screenshot

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

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

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

                        This tool is for keyword searching by using yahoo dictionary.
We can search the selected keyword on the web page, the tool will open a new tab for end-user and show the search result for this keyword in dictionary.

[How to use]:
1. select a string.
2. right click on the selection.
3. press the item "search in dictionary"

then, you will get the search result.

PS: here is my blog
http://studiobinghuan.blogspot.tw/                    

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

नाम Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
आधिकारिक URL https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
विवरण Query selected text by using web ditionary
फ़ाइल का आकार 85.5 KB
स्थापना संख्या 211
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2012-12-17
प्रकाशन तिथि 2012-12-17
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर BH_Lin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://studiobinghuan.blogspot.tw/
सहायता पृष्ठ URL https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text translator",
    "description": "Query selected text by using web ditionary",
    "version": "1.0.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/Icon-16.png",
        "48": "images\/Icon-48.png",
        "128": "images\/Icon-128.png"
    },
    "manifest_version": 2
}