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」です。
拡張機能のスクリーンショット
Piggment - Crafted to Inspired拡張機能のCRXファイルをダウンロード
Piggment - Crafted to Inspired拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/" ] } |