Quick access to Translator

Quick access to Google Translate

什么是Quick access to Translator?

Quick access to Translator是由https://liuwanle.com开发的Chrome扩展程序,该扩展的主要功能是“Quick access to Google Translate”。

扩展截图

screenshot
screenshot

下载Quick access to Translator扩展crx文件

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

扩展使用说明

                        基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本                    

扩展基本信息

名称 Quick access to Translator Quick access to Translator
ID ibegoepejbbhepngfhhfcopelpjognfj
官方URL https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj
简介 Quick access to Google Translate
文件大小 10.67 KB
安装次数 58
当前版本 3.1.3
更新时间 2018-09-20
上架时间 2018-09-19
开发者 https://liuwanle.com
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Open Translator"
    },
    "description": "Quick access to Google Translate",
    "homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Quick access to Translator",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "3.1.3"
}