1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
ما هو 1px: Simple ruler؟
1px: Simple ruler هو إضافة Chrome تم تطويرها بواسطة Nevzilya، والميزة الرئيسية لها هي "A simple ruler for measuring the size of blocks on a page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 1px: Simple ruler
قم بتنزيل ملفات الامتداد 1px: Simple ruler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button. Perhaps in the future some more useful functions will be added, but now only such functionality.
معلومات أساسية عن التمديد
الاسم | 1px: Simple ruler |
ID | gekpeobpiilbboimdmbgfjndlmogepcj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
الوصف | A simple ruler for measuring the size of blocks on a page |
حجم الملف | 22.13 KB |
عدد التثبيتات | 9,004 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-08-04 |
تاريخ النشر | 2021-07-11 |
تقييم | 3.55/5 مجموع تقييمات 11 |
المطور | Nevzilya |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://notepad-online.ru/privacy.html |
اللغات المدعومة | en,ru |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_name__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "ico_16_mono.png", "48": "ico_48.png", "128": "ico_128.png" }, "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |