Page Ruler
Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
ما هو Page Ruler؟
Page Ruler هو إضافة Chrome تم تطويرها بواسطة Page Ruler، والميزة الرئيسية لها هي "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Page Ruler
قم بتنزيل ملفات الامتداد Page Ruler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Page Ruler is popular app for measuring elements on web pages. Measure it width and height in pixels on any websites. Click the icon and draw ruler to get pixel dimensions. The color icon means the on mode for measuremen. The black and white icon means off. Thank you for installation and please give Page Ruler five stars!
معلومات أساسية عن التمديد
الاسم | |
ID | idhjfgkakeliobkfbijghiaklmiaheag |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag |
الوصف | Page Ruler is for measuring objects on web pages. Measure it width and height in pixels. |
حجم الملف | 92.3 KB |
عدد التثبيتات | 54,686 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2023-06-06 |
تاريخ النشر | 2018-07-29 |
تقييم | 1.25/5 مجموع تقييمات 71 |
المطور | Page Ruler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "off.png", "default_title": "Page Ruler" }, "content_scripts": [ { "all_frames": false, "css": [ "styleMeasureIt.css" ], "js": [ "measureIt.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.", "manifest_version": 3, "name": "Page Ruler", "permissions": [ "tabs", "storage" ], "version": "2.0.0", "icons": { "48": "ico_48.png", "16": "ico_16.png", "128": "ico_128.png", "19": "ico_19.png" }, "web_accessible_resources": [ { "matches": [ " |