Piggment - Crafted to Inspired

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

Piggment - Crafted to Inspired란 무엇입니까?

Piggment - Crafted to Inspired은(는) https://codewonders.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Piggment - Crafted to Inspired 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Piggment - Crafted to Inspired Piggment - Crafted to Inspired
ID eifkhhlfjplpakoddkndkgjhfajnhffg
공식 URL https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg
설명 The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place
파일 크기 1000 KB
설치 횟수 46
현재 버전 1.1.0
최근 업데이트 2020-07-27
출시 날짜 2020-07-23
개발자 https://codewonders.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://piggment.co
도움말 페이지 URL https://piggment.co/about
지원되는 언어 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\/"
    ]
}