Tamil Search

Find the meaning of any English/Tamil word in the browser.

Vad är Tamil Search?

Tamil Search är en Chrome-tillägg utvecklad av http://tamillexicon.com, och dess huvudfunktion är "Find the meaning of any English/Tamil word in the browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Tamil Search-förlängningens CRX-fil

Ladda ner Tamil Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        அகரமுதலி, அனைத்து ஆங்கில சொற்களுக்குமான தமிழ் விளக்கங்கள் மற்றும் எடுத்துக்காட்டுகள் அடங்கிய இணையம்.

Tamil lexicon (Dictionary) includes the Tamil explanation and examples to all English words.                    

Grundläggande Information om Tillägg

Namn Tamil Search Tamil Search
ID dnlgjknafbnkpmdoanimlpdaaonndkfp
Officiell webbadress https://chrome.google.com/webstore/detail/tamil-search/dnlgjknafbnkpmdoanimlpdaaonndkfp
Beskrivning Find the meaning of any English/Tamil word in the browser.
Filstorlek 29.57 KB
Antal Installationer 189
Aktuell Version 0.2.1
Senast Uppdaterad 2013-11-04
Publiceringsdatum 2013-11-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://tamillexicon.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.tamillexicon.com/privacy-policy.html
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/128.png",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "description": "Find the meaning of any English\/Tamil word in the browser.",
    "icons": {
        "128": "images\/icons\/128.png",
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Tamil Search",
    "permissions": [
        "notifications",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1"
}