Bootstrapy
Boostrap style highlighter.
ما هو Bootstrapy؟
Bootstrapy هو إضافة Chrome تم تطويرها بواسطة darul75، والميزة الرئيسية لها هي "Boostrap style highlighter.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bootstrapy
قم بتنزيل ملفات الامتداد Bootstrapy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Highlight Bootstrap 3 CSS usage on page. If you are designer, this tool will help you improve your understanding of all css rules provided by this awesome frameworks. Why use it, just go on a website to look how they have build their pages and have made reality come true. Then get inspiration to make you own design.
معلومات أساسية عن التمديد
الاسم | |
ID | kjgakbmoeokpdkpjefebfnhmclfiiofg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg |
الوصف | Boostrap style highlighter. |
حجم الملف | 5.44 MB |
عدد التثبيتات | 132 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2014-04-21 |
تاريخ النشر | 2014-04-21 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | darul75 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrapy", "short_name": "Strapy", "version": "0.0.1", "manifest_version": 2, "description": "Boostrap style highlighter.", "minimum_chrome_version": "29", "icons": { "128": "favicon.png" }, "browser_action": { "default_icon": "favicon.png", "default_popup": "main.html" }, "content_scripts": [ { "js": [ "bower_components\/jquery\/jquery-1.8.3.min.js", "js\/content_script.js" ], "css": [ "css\/bootstrapy.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |