Chengyu
Displays a new Chengyu every day
What is Chengyu?
Chengyu is a Chrome extension developed by dennyluan, and its main feature is "Displays a new Chengyu every day".
Extension Screenshots
Download Chengyu Extension CRX File
Download Chengyu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chengyu |
ID | hfkdhcgcelknmcccnmhbkpnjffimifag |
Official URL | https://chromewebstore.google.com/detail/chengyu/hfkdhcgcelknmcccnmhbkpnjffimifag |
Description | Displays a new Chengyu every day |
File Size | 48.2 KB |
Installation Count | 65 |
Current Version | 0.0.5 |
Last Updated | 2019-12-03 |
Publish Date | 2019-12-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | dennyluan |
Payment Type | free |
Supported Languages | 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" ] } |