azerdict translate
Translate just by clicking right button of your mouse on a selected text
什麼是azerdict translate?
azerdict translate是由https://azerdict.com開發的Chrome擴展程式,該擴展的主要功能是“Translate just by clicking right button of your mouse on a selected text”。
擴展截圖
下載azerdict translate擴展crx文件
下載azerdict translate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
官方網址 | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
簡介 | Translate just by clicking right button of your mouse on a selected text |
檔案大小 | 5.47 KB |
安裝次數 | 19 |
目前版本 | 1.1.0 |
更新時間 | 2015-09-04 |
上架時間 | 2015-09-03 |
開發者 | https://azerdict.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "homepage_url": "http:\/\/azerdict.com", "offline_enabled": false, "version": "1.1.0", "page_action": { "default_icon": "azerdict-icon-little.png", "default_title": "__MSG_extTitle__" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "name": "__MSG_extName__", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "azerdict-icon-little.png", "16": "azerdict-icon-little.png" }, "manifest_version": 2 } |