Tamil Search
Find the meaning of any English/Tamil word in the browser.
Cos'è Tamil Search?
Tamil Search è un'estensione di Chrome sviluppata da http://tamillexicon.com, e la sua funzione principale è "Find the meaning of any English/Tamil word in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tamil Search
Scarica i file di estensione Tamil Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
அகரமுதலி, அனைத்து ஆங்கில சொற்களுக்குமான தமிழ் விளக்கங்கள் மற்றும் எடுத்துக்காட்டுகள் அடங்கிய இணையம். Tamil lexicon (Dictionary) includes the Tamil explanation and examples to all English words.
Informazioni di Base sull'Estensione
Nome | |
ID | dnlgjknafbnkpmdoanimlpdaaonndkfp |
URL Ufficiale | https://chrome.google.com/webstore/detail/tamil-search/dnlgjknafbnkpmdoanimlpdaaonndkfp |
Descrizione | Find the meaning of any English/Tamil word in the browser. |
Dimensione del File | 29.57 KB |
Conteggio Installazioni | 189 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2013-11-04 |
Data di Pubblicazione | 2013-11-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | http://tamillexicon.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.tamillexicon.com/privacy-policy.html |
Lingue Supportate | 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" } |