Measure-it
Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
ما هو Measure-it؟
Measure-it هو إضافة Chrome تم تطويرها بواسطة trishul.goel، والميزة الرئيسية لها هي "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Measure-it
قم بتنزيل ملفات الامتداد Measure-it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Customize the overlay and selector from extension options.
معلومات أساسية عن التمديد
الاسم | Measure-it |
ID | jocbgkoackihphodedlefohapackjmna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna |
الوصف | Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. |
حجم الملف | 19.9 KB |
عدد التثبيتات | 74,144 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2018-12-23 |
تاريخ النشر | 2018-12-23 |
تقييم | 3.86/5 مجموع تقييمات 36 |
المطور | trishul.goel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/tsl143/measure-it |
عنوان صفحة المساعدة | https://github.com/tsl143/measure-it/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Measure-it", "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.", "version": "2.1.0", "icons": { "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Measure-it" }, "background": { "scripts": [ "bg.js" ] }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "commands": { "open-measure-it": { "suggested_key": { "default": "Alt+Shift+M" }, "description": "Open MeasureIt" } } } |