Guide lines
Easily check the visual alignment of the page elements.
ما هو Guide lines؟
Guide lines هو إضافة Chrome تم تطويرها بواسطة imagentleman (José Antonio Chio)، والميزة الرئيسية لها هي "Easily check the visual alignment of the page elements.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Guide lines
قم بتنزيل ملفات الامتداد Guide lines بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. Useful to quickly check the alignment of elements in a page. Icon from https://material.io/tools/icons/
معلومات أساسية عن التمديد
الاسم | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
الوصف | Easily check the visual alignment of the page elements. |
حجم الملف | 9.17 KB |
عدد التثبيتات | 999 |
النسخة الحالية | 5 |
آخر تحديث | 2022-04-06 |
تاريخ النشر | 2018-06-16 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | imagentleman (José Antonio Chio) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guide lines", "version": "5", "description": "Easily check the visual alignment of the page elements.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "b16.png", "24": "b24.png", "32": "b32.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "minimum_chrome_version": "88" } |