Offline HTML CSS Button Generator
Generate your button without writing Code, apply colour,size and etc using tool.
ما هو Offline HTML CSS Button Generator؟
Offline HTML CSS Button Generator هو إضافة Chrome تم تطويرها بواسطة https://tutorialcodeplay.com، والميزة الرئيسية لها هي "Generate your button without writing Code, apply colour,size and etc using tool.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Offline HTML CSS Button Generator
قم بتنزيل ملفات الامتداد Offline HTML CSS Button Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Create your own button without programming (HTML5 CSS3 knowledge).
معلومات أساسية عن التمديد
الاسم | |
ID | gjheaalanpedahhppimndoajnakpecge |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/offline-html-css-button-g/gjheaalanpedahhppimndoajnakpecge |
الوصف | Generate your button without writing Code, apply colour,size and etc using tool. |
حجم الملف | 1.01 MB |
عدد التثبيتات | 619 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-02-04 |
تاريخ النشر | 2019-02-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://tutorialcodeplay.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://tutorialcodeplay.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline HTML CSS Button Generator", "description": "Generate your button without writing Code, apply colour,size and etc using tool.", "version": "1.1", "browser_action": { "default_icon": "icon\/128button.png", "default_popup": "index.html" }, "offline_enabled": true, "author": "Merbin Joe", "homepage_url": "http:\/\/tutorialcodeplay.com", "icons": { "16": "icon\/16button.png", "48": "icon\/48button.png", "128": "icon\/128button.png" }, "manifest_version": 2 } |