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 là gì?
Piggment - Crafted to Inspired là một tiện ích mở rộng Chrome được phát triển bởi https://codewonders.dev, và tính năng chính của nó là "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Piggment - Crafted to Inspired
Tải xuống các tệp mở rộng Piggment - Crafted to Inspired dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Piggment - Crafted to Inspired |
ID | eifkhhlfjplpakoddkndkgjhfajnhffg |
URL Chính Thức | https://chromewebstore.google.com/detail/piggment-crafted-to-inspi/eifkhhlfjplpakoddkndkgjhfajnhffg |
Mô tả | The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place |
Kích Thước Tệp | 1000 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-07-27 |
Ngày Phát Hành | 2020-07-23 |
Nhà Phát Triển | https://codewonders.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://piggment.co |
URL Trang Trợ Giúp | https://piggment.co/about |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |