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"
    ]
}