CSS Generator
Build CSS for Medallia Digital forms!
ما هو CSS Generator؟
CSS Generator هو إضافة Chrome تم تطويرها بواسطة Techie Tribe، والميزة الرئيسية لها هي "Build CSS for Medallia Digital forms!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS Generator
قم بتنزيل ملفات الامتداد CSS Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
[08/19/2019] : Has a link to app css generator! Fixed bugs with scale and made the whole css more responsive! [05/03/2019] : Few minor bug fixes [04/01/2019] : The generator will work on all websites now! Make sure to open the survey before starting the extension. This extension will help you create CSS for Digital Forms.
معلومات أساسية عن التمديد
الاسم | CSS Generator |
ID | gkidgfledndnkhapfdbpjjfcfkmefhbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-generator/gkidgfledndnkhapfdbpjjfcfkmefhbp |
الوصف | Build CSS for Medallia Digital forms! |
حجم الملف | 123 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.8 |
آخر تحديث | 2020-02-26 |
تاريخ النشر | 2020-02-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Techie Tribe |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Generator", "version": "1.8", "description": "Build CSS for Medallia Digital forms!", "permissions": [ "activeTab", "declarativeContent", "storage", "downloads" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "content_scripts": [ { "matches": [ " |