Grid Builder
Grid Builder extension applies a grid to current web page.
ما هو Grid Builder؟
Grid Builder هو إضافة Chrome تم تطويرها بواسطة https://beltslib.net، والميزة الرئيسية لها هي "Grid Builder extension applies a grid to current web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Grid Builder
قم بتنزيل ملفات الامتداد Grid Builder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Grid Builder is a tool, built for front-end developers to inspect and examine their designs or any web site in action.
This extension is absolutely a must have in every front-end developers browser. معلومات أساسية عن التمديد
| الاسم | |
| ID | fdngjphcahnpgejdhledgcfggjokekgl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/grid-builder/fdngjphcahnpgejdhledgcfggjokekgl |
| الوصف | Grid Builder extension applies a grid to current web page. |
| حجم الملف | 43.28 KB |
| عدد التثبيتات | 972 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2014-11-23 |
| تاريخ النشر | 2014-11-23 |
| تقييم | 3.70/5 مجموع تقييمات 10 |
| المطور | https://beltslib.net |
| نوع الدفع | free |
| موقع الإضافة | http://gridbuilder.beltslib.net |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grid Builder",
"description": "Grid Builder extension applies a grid to current web page.",
"version": "1.0",
"browser_action": {
"default_icon": "icon-disabled.png",
"default_popup": "popup.html"
},
"background": {
"page": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"content.min.css"
],
"js": [
"jquery-2.1.1.min.js",
"content.min.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |