Design Column Overlay
This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design…
ما هو Design Column Overlay؟
Design Column Overlay هو إضافة Chrome تم تطويرها بواسطة pnarielwala، والميزة الرئيسية لها هي "This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Design Column Overlay
قم بتنزيل ملفات الامتداد Design Column Overlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design guidelines at various window dimensions
معلومات أساسية عن التمديد
الاسم | Design Column Overlay |
ID | ljefcffcapmdjpfkdbdaflllfjognlnh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/design-column-overlay/ljefcffcapmdjpfkdbdaflllfjognlnh |
الوصف | This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design… |
حجم الملف | 392 KB |
عدد التثبيتات | 503 |
النسخة الحالية | 0.2 |
آخر تحديث | 2022-09-27 |
تاريخ النشر | 2020-04-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | pnarielwala |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/pnarielwala/design-column-overlay |
عنوان صفحة المساعدة | https://github.com/pnarielwala/design-column-overlay |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Design Column Overlay", "version": "0.2", "manifest_version": 3, "action": { "default_popup": "index.html" }, "icons": { "16": "column16.png", "48": "column48.png", "128": "column128.png" }, "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": [ " |