Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Что такое Annotate Chinese with Pinyin?

Annotate Chinese with Pinyin - это расширение Chrome, разработанное haochi.extensions, и его основная функция - "Annotate Chinese with Pinyin".

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

screenshot

Скачать файл CRX расширения Annotate Chinese with Pinyin

Скачайте файлы расширений Annotate Chinese with Pinyin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Annotate Chinese with Pinyin on any web page!                    

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

Название Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
Официальный URL https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Описание Annotate Chinese with Pinyin
Размер файла 202 KB
Количество установок 146
Текущая Версия 0.0.2
Последнее Обновление 2020-09-14
Дата публикации 2020-04-20
Рейтинг 5.00/5 Всего 1 оценок
Разработчик haochi.extensions
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate Chinese with Pinyin",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Annotate Chinese with Pinyin",
    "homepage_url": "https:\/\/github.com\/haochi\/annotate-pinyin-with-chinese",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Annotate Chinese on Current Page with Pinyin",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "src\/browser\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}