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 |
| 官方網址 | 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\/"
]
} | |