Laser Eyes
Outline every element on your website with the help of Laser Eyes
ما هو Laser Eyes؟
Laser Eyes هو إضافة Chrome تم تطويرها بواسطة https://layerworks.com، والميزة الرئيسية لها هي "Outline every element on your website with the help of Laser Eyes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Laser Eyes
قم بتنزيل ملفات الامتداد Laser Eyes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that aids Front-end Developers by visualizing elements in the DOM. Activating Laser Eyes will inject custom CSS onto the current tab, allowing developers to see how elements align and stack up. By using the CSS "outline" property, as opposed to "border", the elements won't grow in size and the original alignment is preserved. The CSS that Laser Eyes injects is customizable and synced across multiple browsers.
معلومات أساسية عن التمديد
الاسم | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
الوصف | Outline every element on your website with the help of Laser Eyes |
حجم الملف | 28.72 KB |
عدد التثبيتات | 295 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-02-24 |
تاريخ النشر | 2022-02-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://layerworks.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/dthunziker/laser-eyes |
عنوان صفحة المساعدة | https://github.com/dthunziker/laser-eyes |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laser Eyes", "description": "Outline every element on your website with the help of Laser Eyes", "version": "1.0", "manifest_version": 3, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ] } |