Chengyu

Displays a new Chengyu every day

Vad är Chengyu?

Chengyu är en Chrome-tillägg utvecklad av dennyluan, och dess huvudfunktion är "Displays a new Chengyu every day".

Tilläggsskärmbilder

screenshot

Ladda ner Chengyu-förlängningens CRX-fil

Ladda ner Chengyu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chengyu Chengyu
ID hfkdhcgcelknmcccnmhbkpnjffimifag
Officiell webbadress https://chromewebstore.google.com/detail/chengyu/hfkdhcgcelknmcccnmhbkpnjffimifag
Beskrivning Displays a new Chengyu every day
Filstorlek 48.2 KB
Antal Installationer 65
Aktuell Version 0.0.5
Senast Uppdaterad 2019-12-03
Publiceringsdatum 2019-12-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare dennyluan
Betalningssätt free
Stödda Språk 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"
    ]
}