Translate
划词,英译汉
Wat is Translate?
Translate is een Chrome-extensie ontwikkeld door Tobin, en de belangrijkste functie is "划词,英译汉".
Extensie Screenshots
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 | |
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 |
[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": [ " |