AG Translate

View translations easily as you browse the web.

什么是AG Translate?

AG Translate是由sh01.bid开发的Chrome扩展程序,该扩展的主要功能是“View translations easily as you browse the web.”。

扩展截图

screenshot
screenshot
screenshot

下载AG Translate扩展crx文件

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

扩展使用说明

                        You can translate the selected text or the entire webpage, which is convenient and fast
Support multiple languages, you can also configure your own current language                    

扩展基本信息

名称 AG Translate AG Translate
ID bincmiainjofjnhchmcalkanjebghoen
官方URL https://chromewebstore.google.com/detail/ag-translate/bincmiainjofjnhchmcalkanjebghoen
简介 View translations easily as you browse the web.
文件大小 444 KB
安装次数 189,678
当前版本 1.0.11
更新时间 2022-10-31
上架时间 2021-06-27
评分 4.62/5 共26次评分
开发者 sh01.bid
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://yuntu88.hae123.cn/static/privacy.html
支持的语言 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": [],
    "background": {
        "scripts": [
            "injection.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_2509634311667449183__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_5636646071825253269__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_8969005060131950570__",
    "options_page": "options.html",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "version": "1.0.11",
    "web_accessible_resources": [
        "popup.css",
        "options.html"
    ]
}