NJStar Chinese Website Convertor
Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.
NJStar Chinese Website Convertor क्या है?
NJStar Chinese Website Convertor https://www.njstar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NJStar Chinese Website Convertor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | NJStar Chinese Website Convertor |
ID | oljejbejachaajllbbjiamdkhipbbppk |
आधिकारिक URL | https://chromewebstore.google.com/detail/njstar-chinese-website-co/oljejbejachaajllbbjiamdkhipbbppk |
विवरण | Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified. |
फ़ाइल का आकार | 140 KB |
स्थापना संख्या | 2,093 |
वर्तमान संस्करण | 5.0.0 |
अंतिम अपडेट | 2021-11-01 |
प्रकाशन तिथि | 2014-12-10 |
रेटिंग | 3.88/5 कुल 17 रेटिंग्स |
डेवलपर | https://www.njstar.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.njstar.com/chromate/webstore.php |
सहायता पृष्ठ URL | http://www.njstar.com/chromate/ |
गोपनीयता नीति पृष्ठ URL | https://www.njstar.com/cms/njstar-privacy-policy |
समर्थित भाषाएँ | 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" } } |