Piggment - Crafted to Inspired
The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
Was ist Piggment - Crafted to Inspired?
Piggment - Crafted to Inspired ist eine Chrome-Erweiterung, die von https://codewonders.dev entwickelt wurde, und ihr Hauptmerkmal ist "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".
Erweiterungsscreenshots
Piggment - Crafted to Inspired-Erweiterungs-CRX-Datei herunterladen
Laden Sie Piggment - Crafted to Inspired-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Piggment - Crafted to Inspired |
ID | eifkhhlfjplpakoddkndkgjhfajnhffg |
Offizielle URL | https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg |
Beschreibung | The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place |
Dateigröße | 1000 KB |
Installationsanzahl | 46 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-07-27 |
Veröffentlichungsdatum | 2020-07-23 |
Entwickler | https://codewonders.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://piggment.co |
Hilfeseite URL | https://piggment.co/about |
Unterstützte Sprachen | 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\/" ] } |