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”。

扩展截图

screenshot
screenshot

下载azerdict translate扩展crx文件

下载azerdict translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 azerdict translate azerdict translate
ID cmejnhocibjplgciikcpnbhopfinjcea
官方URL 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
}