fast translation

Quick Translation is an excellent and efficient web page translation tool.

什么是fast translation?

fast translation是由qinliaaasnow开发的Chrome扩展程序,该扩展的主要功能是“Quick Translation is an excellent and efficient web page translation tool.”。

扩展截图

screenshot
screenshot

下载fast translation扩展crx文件

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

扩展使用说明

                        Quick Translation is an excellent and efficient web page translation tool that supports automatic translation recognition, Chinese will be translated into English, English will be translated into Chinese, and word search is supported.Click the search Icon, and you will jump to the search results page of www.baidu.com                    

扩展基本信息

名称 fast translation fast translation
ID pcnkjejanajnokpmehdffdnahhbibblh
官方URL https://chromewebstore.google.com/detail/fast-translation/pcnkjejanajnokpmehdffdnahhbibblh
简介 Quick Translation is an excellent and efficient web page translation tool.
文件大小 212 KB
安装次数 10,930
当前版本 5.1.0
更新时间 2022-12-25
上架时间 2022-11-19
开发者 qinliaaasnow
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fast translation",
    "version": "5.1.0",
    "description": "Quick Translation is an excellent and efficient web page translation tool.",
    "author": "ftor",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/contentscript.css"
            ]
        }
    ]
}