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によって開発されたChromeの拡張機能で、その主な機能は「Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.」です。
拡張機能のスクリーンショット
NJStar Chinese Website Convertor拡張機能のCRXファイルをダウンロード
NJStar Chinese Website Convertor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |