Wikidot日本語化拡張

Wikidotを日本語化します。

What is Wikidot日本語化拡張?

Wikidot日本語化拡張 is a Chrome extension developed by ukwhatn, and its main feature is "Wikidotを日本語化します。".

Extension Screenshots

screenshot
screenshot

Download Wikidot日本語化拡張 Extension CRX File

Download Wikidot日本語化拡張 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Wikidotの各UIを日本語化する拡張機能です。開発中。

icon: 日の丸SCPロゴ by NanimonoDemonai (http://scp-int.wikidot.com/jp-hub) licensed under CC BY-SA 3.0                    

Extension Basic Information

Name Wikidot日本語化拡張 Wikidot日本語化拡張
ID heeeobochclolgldpofjbklneaainmka
Official 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
Description Wikidotを日本語化します。
File Size 86.95 KB
Installation Count 119
Current Version 1.1.1
Last Updated 2020-08-03
Publish Date 2020-07-27
Rating 5.00/5 Total 3 Ratings
Developer ukwhatn
Email [email protected]
Payment Type free
Help Page URL https://github.com/ukwhatn/wikidot-ja
Supported Languages 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"
        }
    ]
}