WebTrans
This extension helps you translate contents on any English webpage into Chinese
Wat is WebTrans?
WebTrans is een Chrome-extensie ontwikkeld door tim-zhong, en de belangrijkste functie is "This extension helps you translate contents on any English webpage into Chinese".
Extensie Screenshots
Download het CRX-bestand van de extensie WebTrans
Download WebTrans-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
Simply select the text with your cursor and get the accurate Chinese translation in no time!
Basisinformatie over de Extensie
Naam | |
ID | hlamnpcpncjjmeicijmipaidpedgbldj |
Officiële URL | https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj |
Beschrijving | This extension helps you translate contents on any English webpage into Chinese |
Bestandsgrootte | 58.35 KB |
Aantal Installaties | 36 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-07-10 |
Publicatiedatum | 2019-07-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | tim-zhong |
Betalingswijze | free |
Extensiewebsite | http://timzhong.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebTrans", "description": "This extension helps you translate contents on any English webpage into Chinese", "version": "0.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "loading.gif" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "webtrans.css" ], "js": [ "webtrans.js" ] } ] } |