Piggment - Crafted to Inspired
The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
Qu'est-ce que Piggment - Crafted to Inspired ?
Piggment - Crafted to Inspired est une extension Chrome développée par https://codewonders.dev, et sa fonction principale est "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Piggment - Crafted to Inspired
Téléchargez les fichiers d'extension Piggment - Crafted to Inspired au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Piggment - Crafted to Inspired |
ID | eifkhhlfjplpakoddkndkgjhfajnhffg |
URL Officiel | https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg |
Description | The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place |
Taille du Fichier | 1000 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-07-27 |
Date de Publication | 2020-07-23 |
Développeur | https://codewonders.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://piggment.co |
URL de la Page d'Aide | https://piggment.co/about |
Langues Prises en Charge | 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\/" ] } |