365 Design Tips
Every tab a new design tip!
什么是365 Design Tips?
365 Design Tips是由fonsmans开发的Chrome扩展程序,该扩展的主要功能是“Every tab a new design tip!”。
扩展截图
下载365 Design Tips扩展crx文件
下载365 Design Tips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Elevate your design game with every new tab! Get bite-sized design tips, from color theory to layout hacks, right in your browser. Tips by Fons Mans.
This plugin contains:
- 365 Design tips.
- A "Buy me a coffee" Donate button to support this product. 扩展基本信息
| 名称 | |
| ID | hjclckaejjkkhpfjblmfdkknjbgijepe |
| 官方URL | https://chromewebstore.google.com/detail/365-design-tips/hjclckaejjkkhpfjblmfdkknjbgijepe |
| 简介 | Every tab a new design tip! |
| 文件大小 | 107 KB |
| 安装次数 | 1,477 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-08-08 |
| 上架时间 | 2023-08-07 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | fonsmans |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.producthunt.com/products/365-design-tips |
| 支持的语言 | en |
| manifest.json | |
{
"name": "365 Design Tips",
"short_name": "365",
"version": "0.0.2",
"description": "Every tab a new design tip!",
"icons": {
"512": "icon512.png",
"128": "icon128.png",
"48": "icon48.png"
},
"manifest_version": 3,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/www.producthunt.com\/products\/365-design-tips",
"action": {
"default_title": "365 Design Tips",
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"permissions": [
"storage"
]
} | |