Piggment - Crafted to Inspired

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

Co to jest Piggment - Crafted to Inspired?

Piggment - Crafted to Inspired to rozszerzenie Chrome opracowane przez https://codewonders.dev, a jego główną funkcją jest „The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Piggment - Crafted to Inspired

Pobierz pliki rozszerzeń Piggment - Crafted to Inspired w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Piggment - Crafted to Inspired Piggment - Crafted to Inspired
ID eifkhhlfjplpakoddkndkgjhfajnhffg
Oficjalny URL https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg
Opis The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
Rozmiar pliku 1000 KB
Liczba instalacji 46
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-07-27
Data Publikacji 2020-07-23
Deweloper https://codewonders.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://piggment.co
Adres URL Strony Pomocy https://piggment.co/about
Obsługiwane Języki 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\/"
    ]
}