Wikidot日本語化拡張
Wikidotを日本語化します。
Wat is Wikidot日本語化拡張?
Wikidot日本語化拡張 is een Chrome-extensie ontwikkeld door ukwhatn, en de belangrijkste functie is "Wikidotを日本語化します。".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikidot日本語化拡張
Download Wikidot日本語化拡張-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Wikidotの各UIを日本語化する拡張機能です。開発中。 icon: 日の丸SCPロゴ by NanimonoDemonai (http://scp-int.wikidot.com/jp-hub) licensed under CC BY-SA 3.0
Basisinformatie over de Extensie
Naam | |
ID | heeeobochclolgldpofjbklneaainmka |
Officiële 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 |
Beschrijving | Wikidotを日本語化します。 |
Bestandsgrootte | 86.95 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-08-03 |
Publicatiedatum | 2020-07-27 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ukwhatn |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/ukwhatn/wikidot-ja |
Ondersteunde Talen | 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" } ] } |