caiyun

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

Cos'è caiyun?

caiyun è un'estensione di Chrome sviluppata da suuhuanzhen, e la sua funzione principale è "修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione caiyun

Scarica i file di estensione caiyun in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome caiyun caiyun
ID dpbdbgolggoabpomipglnopicdfbiaam
URL Ufficiale https://chromewebstore.google.com/detail/caiyun/dpbdbgolggoabpomipglnopicdfbiaam
Descrizione 修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了
Dimensione del File 3.58 MB
Conteggio Installazioni 71
Versione Corrente 0.2.0
Ultimo Aggiornamento 2022-10-14
Data di Pubblicazione 2021-03-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore suuhuanzhen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/XueMeijing/caiyun
Lingue Supportate 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"
    }
}