GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
ما هو GriDesign؟
GriDesign هو إضافة Chrome تم تطويرها بواسطة https://www.gmtoppi.com، والميزة الرئيسية لها هي "This extension adds a grid on web pages in order to check fixed and fluid page layout.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GriDesign
قم بتنزيل ملفات الامتداد GriDesign بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout. معلومات أساسية عن التمديد
| الاسم | |
| ID | iefpnenakcpfakjlbjdheejobjlfejbf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
| الوصف | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
| حجم الملف | 17.75 KB |
| عدد التثبيتات | 12 |
| النسخة الحالية | 0.12 |
| آخر تحديث | 2013-08-12 |
| تاريخ النشر | 2013-08-12 |
| المطور | https://www.gmtoppi.com |
| نوع الدفع | free |
| موقع الإضافة | http://gmtoppi.com/gridesign/help_howto.html |
| عنوان صفحة المساعدة | http://gmtoppi.com/gridesign/help_howto.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GriDesign",
"description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.",
"version": "0.12",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
]
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |