Tamil Search
Find the meaning of any English/Tamil word in the browser.
什麼是Tamil Search?
Tamil Search是由http://tamillexicon.com開發的Chrome擴展程式,該擴展的主要功能是“Find the meaning of any English/Tamil word in the browser.”。
擴展截圖
下載Tamil Search擴展crx文件
下載Tamil Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
அகரமுதலி, அனைத்து ஆங்கில சொற்களுக்குமான தமிழ் விளக்கங்கள் மற்றும் எடுத்துக்காட்டுகள் அடங்கிய இணையம். Tamil lexicon (Dictionary) includes the Tamil explanation and examples to all English words.
擴展基本資訊
名稱 | |
ID | dnlgjknafbnkpmdoanimlpdaaonndkfp |
官方網址 | https://chrome.google.com/webstore/detail/tamil-search/dnlgjknafbnkpmdoanimlpdaaonndkfp |
簡介 | Find the meaning of any English/Tamil word in the browser. |
檔案大小 | 29.57 KB |
安裝次數 | 189 |
目前版本 | 0.2.1 |
更新時間 | 2013-11-04 |
上架時間 | 2013-11-04 |
評分 | 3.00/5 共 2 次評分 |
開發者 | http://tamillexicon.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.tamillexicon.com/privacy-policy.html |
支援的語言 | 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" } |