WebTrans
This extension helps you translate contents on any English webpage into Chinese
Apa itu WebTrans?
WebTrans adalah ekstensi Chrome yang dikembangkan oleh tim-zhong, dan fitur utamanya adalah "This extension helps you translate contents on any English webpage into Chinese".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebTrans
Unduh file ekstensi WebTrans dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Simply select the text with your cursor and get the accurate Chinese translation in no time!
Informasi Dasar Ekstensi
Nama | |
ID | hlamnpcpncjjmeicijmipaidpedgbldj |
URL Resmi | https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj |
Deskripsi | This extension helps you translate contents on any English webpage into Chinese |
Ukuran File | 58.35 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2019-07-10 |
Tanggal Publikasi | 2019-07-10 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | tim-zhong |
Tipe Pembayaran | free |
Situs Ekstensi | http://timzhong.com |
Bahasa yang Didukung | 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" ] } ] } |