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 هو إضافة Chrome تم تطويرها بواسطة https://codewonders.dev، والميزة الرئيسية لها هي "The gradient you have always wanted. Generate, explore, easy CSS copy crossbrowser code all in one place".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Piggment - Crafted to Inspired
قم بتنزيل ملفات الامتداد Piggment - Crafted to Inspired بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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\/" ] } |