Wikidot日本語化拡張

Wikidotを日本語化します。

Wikidot日本語化拡張란 무엇입니까?

Wikidot日本語化拡張은(는) ukwhatn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wikidotを日本語化します。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Wikidot日本語化拡張 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 Wikidot日本語化拡張 Wikidot日本語化拡張
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
이메일 [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"
        }
    ]
}