Chengyu

Displays a new Chengyu every day

Chengyuとは何ですか?

Chengyuはdennyluanによって開発されたChromeの拡張機能で、その主な機能は「Displays a new Chengyu every day」です。

拡張機能のスクリーンショット

screenshot

Chengyu拡張機能のCRXファイルをダウンロード

Chengyu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Chengyu Chengyu
ID hfkdhcgcelknmcccnmhbkpnjffimifag
公式URL https://chromewebstore.google.com/detail/chengyu/hfkdhcgcelknmcccnmhbkpnjffimifag
説明 Displays a new Chengyu every day
ファイルサイズ 48.2 KB
インストール数 65
現在のバージョン 0.0.5
最終更新日 2019-12-03
公開日 2019-12-03
評価 5.00/5 合計 2 レビュー
開発者 dennyluan
支払い方法 free
対応言語 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"
    ]
}