English Tamil Dictionary Search

This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.

English Tamil Dictionary Search क्या है?

English Tamil Dictionary Search https://parimaanam.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary."।

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

screenshot

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

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

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

                        This extension allows the user to find Tamil meaning for the highlighted text in the browser from Shabdkosh English to Tamil dictionary. This is not an official extension from Shabdkosh.

Developed by https://parimaanam.net                    

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

नाम English Tamil Dictionary Search English Tamil Dictionary Search
ID bdlanabkaepgmcngpodceogilipgjkkk
आधिकारिक URL https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk
विवरण This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
फ़ाइल का आकार 16.41 KB
स्थापना संख्या 254
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-12-07
प्रकाशन तिथि 2017-12-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://parimaanam.net
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ta
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English Tamil Dictionary Search",
    "description": "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "background": {
        "page": "background.html"
    }
}