Zaqwes Guide Lines
Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
ما هو Zaqwes Guide Lines؟
Zaqwes Guide Lines هو إضافة Chrome تم تطويرها بواسطة vda، والميزة الرئيسية لها هي "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zaqwes Guide Lines
قم بتنزيل ملفات الامتداد Zaqwes Guide Lines بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To check you layout, to be equal to grid. Just put guide lines on page. It very easy to move them in place your needed or rotate, only with your mouse.
معلومات أساسية عن التمديد
الاسم | Zaqwes Guide Lines |
ID | onfljpbblehppcbakblopbfhmibnefnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk |
الوصف | Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page. |
حجم الملف | 83.35 KB |
عدد التثبيتات | 302 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2014-07-14 |
تاريخ النشر | 2014-07-14 |
تقييم | 2.43/5 مجموع تقييمات 14 |
المطور | vda |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Guide Lines", "version": "0.0.2", "manifest_version": 2, "description": "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.", "background": { "page": "background.html" }, "icons": { "16": "zaqwes.png", "48": "zaqwes.png", "128": "zaqwes.png" }, "browser_action": { "default_icon": "zaqwes.png", "default_title": "Click to add guide line" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "jquery.1.8.js", "zaqwes.js" ] } ] } |