Piggment - Crafted to Inspired
The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
什么是Piggment - Crafted to Inspired?
Piggment - Crafted to Inspired是由https://codewonders.dev开发的Chrome扩展程序,该扩展的主要功能是“The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place”。
扩展截图
下载Piggment - Crafted to Inspired扩展crx文件
下载Piggment - Crafted to Inspired扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Piggment is curated collection of amazingly coloured gradients for designers, developers and smart creators over the world. now you can generate, explore, save, easy CSS cross-browser gradient codes all in a new tab. 扩展基本信息
| 名称 | |
| ID | eifkhhlfjplpakoddkndkgjhfajnhffg |
| 官方URL | https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg |
| 简介 | The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place |
| 文件大小 | 1000 KB |
| 安装次数 | 46 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2020-07-27 |
| 上架时间 | 2020-07-23 |
| 开发者 | https://codewonders.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://piggment.co |
| 帮助页面URL | https://piggment.co/about |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "Piggment",
"name": "Piggment - Crafted to Inspired",
"version": "1.1.0",
"description": "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place",
"author": "Adenekan Wonderful",
"browser_action": {
"default_icon": "favicon.ico",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.google-analytics.com\/ ; object-src 'self'; ",
"icons": {
"16": "favicon.ico",
"192": "logo192.png",
"512": "logo512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"chrome:\/\/favicon\/"
]
} | |