Piggment - Crafted to Inspired
The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
Vad är Piggment - Crafted to Inspired?
Piggment - Crafted to Inspired är en Chrome-tillägg utvecklad av https://codewonders.dev, och dess huvudfunktion är "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".
Tilläggsskärmbilder
Ladda ner Piggment - Crafted to Inspired-förlängningens CRX-fil
Ladda ner Piggment - Crafted to Inspired-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eifkhhlfjplpakoddkndkgjhfajnhffg |
| Officiell webbadress | https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg |
| Beskrivning | The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place |
| Filstorlek | 1000 KB |
| Antal Installationer | 46 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2020-07-27 |
| Publiceringsdatum | 2020-07-23 |
| Utvecklare | https://codewonders.dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://piggment.co |
| Hjälpsida URL | https://piggment.co/about |
| Stödda Språk | 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\/"
]
} | |