Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Co to jest Annotate Chinese with Pinyin?

Annotate Chinese with Pinyin to rozszerzenie Chrome opracowane przez haochi.extensions, a jego główną funkcją jest „Annotate Chinese with Pinyin”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Annotate Chinese with Pinyin

Pobierz pliki rozszerzeń Annotate Chinese with Pinyin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Annotate Chinese with Pinyin on any web page!                    

Podstawowe informacje o rozszerzeniu

Nazwa Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
Oficjalny URL https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Opis Annotate Chinese with Pinyin
Rozmiar pliku 202 KB
Liczba instalacji 146
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2020-09-14
Data Publikacji 2020-04-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper haochi.extensions
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}