wiki-zh-default

此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…

Что такое wiki-zh-default?

wiki-zh-default - это расширение Chrome, разработанное cthlo, и его основная функция - "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения wiki-zh-default

Скачайте файлы расширений wiki-zh-default в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        此擴展可以讓用戶在維基百科上設置默認的中文體系。
This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the hassle of choosing it from the menu every time landing on a Chinese Wikipedia page.                    

Основная информация о расширении

Название wiki-zh-default wiki-zh-default
ID eihdajnnlmbmikdacefleogdjmlelkok
Официальный URL https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok
Описание 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
Размер файла 3.87 KB
Количество установок 67
Текущая Версия 1
Последнее Обновление 2014-08-06
Дата публикации 2014-08-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик cthlo
Тип оплаты free
Поддерживаемые языки zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wiki-zh-default",
    "version": "1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/zh.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/zh.wikipedia.org\/wiki*"
    ]
}