Translate

划词,英译汉

Wat is Translate?

Translate is een Chrome-extensie ontwikkeld door Tobin, en de belangrijkste functie is "划词,英译汉".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Translate

Download Translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        划词,英译汉
fork from https://github.com/ververcpp/ChaZD                    

Basisinformatie over de Extensie

Naam Translate Translate
ID gjecifjlnonophalblkfhkhfammonacl
Officiële URL https://chrome.google.com/webstore/detail/translate/gjecifjlnonophalblkfhkhfammonacl
Beschrijving 划词,英译汉
Bestandsgrootte 53 KB
Aantal Installaties 117
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-08-31
Publicatiedatum 2019-08-31
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tobin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translate",
    "version": "1.0.0",
    "description": "\u5212\u8bcd\uff0c\u82f1\u8bd1\u6c49",
    "permissions": [
        "https:\/\/dict.youdao.com\/*",
        "https:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.youdao.com\/*",
        "http:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.xyuu.com.cn\/*",
        "http:\/\/*.shanbay.com\/*",
        "contextMenus",
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "public\/js\/utility.min.js",
            "public\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "public\/css\/inPage.min.css"
            ],
            "js": [
                "public\/js\/utility.min.js",
                "public\/js\/selection.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}