Wikidot日本語化拡張
Wikidotを日本語化します。
Wikidot日本語化拡張とは何ですか?
Wikidot日本語化拡張はukwhatnによって開発されたChromeの拡張機能で、その主な機能は「Wikidotを日本語化します。」です。
拡張機能のスクリーンショット
Wikidot日本語化拡張拡張機能のCRXファイルをダウンロード
Wikidot日本語化拡張拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wikidotの各UIを日本語化する拡張機能です。開発中。 icon: 日の丸SCPロゴ by NanimonoDemonai (http://scp-int.wikidot.com/jp-hub) licensed under CC BY-SA 3.0
拡張機能の基本情報
名前 | |
ID | heeeobochclolgldpofjbklneaainmka |
公式URL | https://chromewebstore.google.com/detail/wikidot%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%8C%96%E6%8B%A1%E5%BC%B5/heeeobochclolgldpofjbklneaainmka |
説明 | Wikidotを日本語化します。 |
ファイルサイズ | 86.95 KB |
インストール数 | 119 |
現在のバージョン | 1.1.1 |
最終更新日 | 2020-08-03 |
公開日 | 2020-07-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | ukwhatn |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/ukwhatn/wikidot-ja |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikidot\u65e5\u672c\u8a9e\u5316\u62e1\u5f35", "version": "1.1.1", "manifest_version": 2, "description": "Wikidot\u3092\u65e5\u672c\u8a9e\u5316\u3057\u307e\u3059\u3002", "browser_action": { "default_icon": "icon.png" }, "author": "Yuuki Watanabe \/ ukwhatn", "permissions": [ "*:\/\/*.scp-wiki.net\/*", "*:\/\/*.wikidot.com\/*" ], "web_accessible_resources": [ "js\/ozone-script.js", "js\/account-script.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.scp-wiki.net\/*", "*:\/\/*.wikidot.com\/*" ], "js": [ "js\/main.js", "js\/ozone-loader.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.wikidot.com\/account\/*" ], "js": [ "js\/account.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.wikidot.com\/account\/settings", "*:\/\/*.wikidot.com\/account\/settings#\/account\/*" ], "js": [ "js\/account-settings.js" ], "run_at": "document_start" } ] } |