几枝
支持自定义新标签页的 Chrome 扩展,几枝将在新标签页上展示中国传统色的层叠波浪动画效果搭配经典诗词。
What is 几枝?
几枝 is a Chrome extension developed by unicar, and its main feature is "支持自定义新标签页的 Chrome 扩展,几枝将在新标签页上展示中国传统色的层叠波浪动画效果搭配经典诗词。".
Extension Screenshots
Download 几枝 Extension CRX File
Download 几枝 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
感谢大家的支持和反馈,我会努力更新,完善体验并且尝试更多背景效果的 :) 有任何建议欢迎评论留言或者发邮件给我~ 2.5.2 更新 ### 新增 - 颜色模式支持跟随系统 ### 修复 - 更新 manifest.json - 更正中国色错别字 - 调整诗词显示样式 ----------------------------------------------- 更新日志: https://github.com/unicar9/jizhi/blob/master/CHANGELOG.md 这不是一个实用性的扩展,更像是我在创意编程路上的又一个小实验。 最初的想法是想在创意编程里表达中国意境,搭配古诗词则是不二选。P5.js 做出来的层叠波浪动效可以给人一种青山远黛的感觉,融入多种中国色是想增加一种抽象性。右下的按钮是控制动静的开关,屏幕边缘淡出的对应中国色名称也增加了层次感。 如果遇到有感觉的视效和诗句,用户可以点击下载键保存留念。:)
Extension Basic Information
Name | 几枝 |
ID | hfohpokminpknagcgncibpacohagppjn |
Official URL | https://chromewebstore.google.com/detail/%E5%87%A0%E6%9E%9D/hfohpokminpknagcgncibpacohagppjn |
Description | 支持自定义新标签页的 Chrome 扩展,几枝将在新标签页上展示中国传统色的层叠波浪动画效果搭配经典诗词。 |
File Size | 5.16 MB |
Installation Count | 10,000 |
Current Version | 2.5.2 |
Last Updated | 2022-06-07 |
Publish Date | 2019-11-04 |
Rating | 4.82/5 Total 207 Ratings |
Developer | unicar |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/unicar9/jizhi |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u51e0\u679d", "version": "2.5.2", "description": "\u652f\u6301\u81ea\u5b9a\u4e49\u65b0\u6807\u7b7e\u9875\u7684 Chrome \u6269\u5c55\uff0c\u51e0\u679d\u5c06\u5728\u65b0\u6807\u7b7e\u9875\u4e0a\u5c55\u793a\u4e2d\u56fd\u4f20\u7edf\u8272\u7684\u5c42\u53e0\u6ce2\u6d6a\u52a8\u753b\u6548\u679c\u642d\u914d\u7ecf\u5178\u8bd7\u8bcd\u3002", "permissions": [], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": ".\/static\/icons\/jizhi-16.png", "32": ".\/static\/icons\/jizhi-32.png", "48": ".\/static\/icons\/jizhi-64.png", "128": ".\/static\/icons\/jizhi-128.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": ".\/static\/icons\/jizhi-16.png", "32": ".\/static\/icons\/jizhi-32.png", "48": ".\/static\/icons\/jizhi-64.png", "128": ".\/static\/icons\/jizhi-128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |