Piggment - Crafted to Inspired
The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
Wat is Piggment - Crafted to Inspired?
Piggment - Crafted to Inspired is een Chrome-extensie ontwikkeld door https://codewonders.dev, en de belangrijkste functie is "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".
Extensie Screenshots
Download het CRX-bestand van de extensie Piggment - Crafted to Inspired
Download Piggment - Crafted to Inspired-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Piggment - Crafted to Inspired |
ID | eifkhhlfjplpakoddkndkgjhfajnhffg |
Officiële URL | https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg |
Beschrijving | The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place |
Bestandsgrootte | 1000 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-07-27 |
Publicatiedatum | 2020-07-23 |
Ontwikkelaar | https://codewonders.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://piggment.co |
Help Pagina-URL | https://piggment.co/about |
Ondersteunde Talen | 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\/" ] } |