Chengyu

Displays a new Chengyu every day

Co to jest Chengyu?

Chengyu to rozszerzenie Chrome opracowane przez dennyluan, a jego główną funkcją jest „Displays a new Chengyu every day”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chengyu

Pobierz pliki rozszerzeń Chengyu 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

                        Every time you open up a new tab, this extension will display a new Chengyu phrase. It also displays the pinyin pronunciation and the English translated definition. 

Chengyu are Chinese folk idioms and proverbs that consist of four words. There are thousands of different phrases which carry a lot of hidden meaning. This is a great way to learn Chinese.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chengyu Chengyu
ID hfkdhcgcelknmcccnmhbkpnjffimifag
Oficjalny URL https://chromewebstore.google.com/detail/chengyu/hfkdhcgcelknmcccnmhbkpnjffimifag
Opis Displays a new Chengyu every day
Rozmiar pliku 48.2 KB
Liczba instalacji 65
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2019-12-03
Data Publikacji 2019-12-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper dennyluan
Typ Płatności free
Obsługiwane Języki zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chengyu",
    "description": "Displays a new Chengyu every day",
    "version": "0.0.5",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "64": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}