Piggment - Crafted to Inspired

The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place

What is Piggment - Crafted to Inspired?

Piggment - Crafted to Inspired is a Chrome extension developed by https://codewonders.dev, and its main feature is "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Piggment - Crafted to Inspired Extension CRX File

Download Piggment - Crafted to Inspired extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Piggment - Crafted to Inspired Piggment - Crafted to Inspired
ID eifkhhlfjplpakoddkndkgjhfajnhffg
Official URL 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
File Size 1000 KB
Installation Count 46
Current Version 1.1.0
Last Updated 2020-07-27
Publish Date 2020-07-23
Developer https://codewonders.dev
Email [email protected]
Payment Type free
Extension Website https://piggment.co
Help Page URL https://piggment.co/about
Supported Languages 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\/"
    ]
}