Quick access to Translator

Quick access to Google Translate

What is Quick access to Translator?

Quick access to Translator is a Chrome extension developed by https://liuwanle.com, and its main feature is "Quick access to Google Translate".

Extension Screenshots

screenshot
screenshot

Download Quick access to Translator Extension CRX File

Download Quick access to Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Quick access to Translator Quick access to Translator
ID ibegoepejbbhepngfhhfcopelpjognfj
Official URL https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj
Description Quick access to Google Translate
File Size 10.67 KB
Installation Count 58
Current Version 3.1.3
Last Updated 2018-09-20
Publish Date 2018-09-19
Developer https://liuwanle.com
Payment Type free
Supported Languages 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"
}