Tamil Search

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

Hvad er Tamil Search?

Tamil Search er en Chrome-udvidelse udviklet af http://tamillexicon.com, og dens hovedfunktion er "Find the meaning of any English/Tamil word in the browser.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Tamil Search-udvidelses-CRX-fil

Download Tamil Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Tamil Search Tamil Search
ID dnlgjknafbnkpmdoanimlpdaaonndkfp
Officiel URL https://chrome.google.com/webstore/detail/tamil-search/dnlgjknafbnkpmdoanimlpdaaonndkfp
Beskrivelse Find the meaning of any English/Tamil word in the browser.
Filstørrelse 29.57 KB
Antal Installationer 189
Nuværende Version 0.2.1
Senest Opdateret 2013-11-04
Udgivelsesdato 2013-11-04
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler http://tamillexicon.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.tamillexicon.com/privacy-policy.html
Understøttede Sprog 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"
}