caiyun

修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了

What is caiyun?

caiyun is a Chrome extension developed by suuhuanzhen, and its main feature is "修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了".

Extension Screenshots

screenshot

Download caiyun Extension CRX File

Download caiyun 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

                        使用canvas波浪和古诗词,替换默认的标签页,学习中                    

Extension Basic Information

Name caiyun caiyun
ID dpbdbgolggoabpomipglnopicdfbiaam
Official URL https://chromewebstore.google.com/detail/caiyun/dpbdbgolggoabpomipglnopicdfbiaam
Description 修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了
File Size 3.58 MB
Installation Count 71
Current Version 0.2.0
Last Updated 2022-10-14
Publish Date 2021-03-14
Rating 5.00/5 Total 1 Ratings
Developer suuhuanzhen
Email [email protected]
Payment Type free
Extension Website https://github.com/XueMeijing/caiyun
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "0.2.0",
    "default_locale": "zh_CN",
    "description": "\u4fee\u6539\u65b0\u6807\u7b7e\u9875\uff0c\u66ff\u6362\u4e3a\u53e4\u8bd7\u8bcd\u3002\u5b66\u4e60\u4e2d\uff0c\u53c2\u8003\u63d2\u4ef6\u51e0\u679d\uff0c\u51e0\u679d\u7684\u5ba1\u7f8e\u6211\u592a\u7231\u4e86",
    "homepage_url": "https:\/\/aihanyan.com",
    "icons": {
        "16": "img\/p16.png",
        "32": "img\/p32.png",
        "48": "img\/p48.png",
        "128": "img\/p128.png"
    },
    "browser_action": {
        "default_title": "\u5f53\u65f6\u660e\u6708\u5728\uff0c\u66fe\u7167\u5f69\u4e91\u5f52"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}