NJStar Chinese Website Convertor
Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.
Cos'è NJStar Chinese Website Convertor?
NJStar Chinese Website Convertor è un'estensione di Chrome sviluppata da https://www.njstar.com, e la sua funzione principale è "Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NJStar Chinese Website Convertor
Scarica i file di estensione NJStar Chinese Website Convertor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simplified Chinese <-> Traditional Chinese Website Converter
Automatically convert a simplified Chinese webpage to traditional Chinese page, or convert a traditional Chinese webpage to simplified Chinese page.
中文网页繁简自动转换 - 中文網頁繁簡自動轉換
Developer Website: http://www.njstar.com Informazioni di Base sull'Estensione
| Nome | |
| ID | oljejbejachaajllbbjiamdkhipbbppk |
| URL Ufficiale | https://chromewebstore.google.com/detail/njstar-chinese-website-co/oljejbejachaajllbbjiamdkhipbbppk |
| Descrizione | Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified. |
| Dimensione del File | 140 KB |
| Conteggio Installazioni | 2,093 |
| Versione Corrente | 5.0.0 |
| Ultimo Aggiornamento | 2021-11-01 |
| Data di Pubblicazione | 2014-12-10 |
| Valutazione | 3.88/5 Totale 17 Valutazioni |
| Sviluppatore | https://www.njstar.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.njstar.com/chromate/webstore.php |
| URL della Pagina di Aiuto | http://www.njstar.com/chromate/ |
| URL della Pagina della Politica sulla Privacy | https://www.njstar.com/cms/njstar-privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NJStar Chinese Website Convertor",
"short_name": "NJStar Convertor",
"version": "5.0.0",
"description": "Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.",
"background": {
"service_worker": "njxmain.o.js"
},
"action": {
"default_icon": "Chromate24.png",
"default_name": "NJStar Convertor",
"default_popup": "njxpopup.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"njxclient.o.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"content_security_policy": {
"worker-src": "self",
"script-src": "self",
"object-src": "self"
},
"icons": {
"16": "Chromate16.png",
"24": "Chromate24.png",
"32": "Chromate32.png",
"48": "Chromate48.png",
"64": "Chromate64.png",
"128": "Chromate128.png",
"256": "Chromate256.png"
}
} | |