caiyun
修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了
什么是caiyun?
caiyun是由suuhuanzhen开发的Chrome扩展程序,该扩展的主要功能是“修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了”。
扩展截图
下载caiyun扩展crx文件
下载caiyun扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
使用canvas波浪和古诗词,替换默认的标签页,学习中
扩展基本信息
名称 | |
ID | dpbdbgolggoabpomipglnopicdfbiaam |
官方URL | https://chromewebstore.google.com/detail/caiyun/dpbdbgolggoabpomipglnopicdfbiaam |
简介 | 修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了 |
文件大小 | 3.58 MB |
安装次数 | 71 |
当前版本 | 0.2.0 |
更新时间 | 2022-10-14 |
上架时间 | 2021-03-14 |
评分 | 5.00/5 共1次评分 |
开发者 | suuhuanzhen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/XueMeijing/caiyun |
支持的语言 | 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" } } |