Simple Ruler
Measure it!
ما هو Simple Ruler؟
Simple Ruler هو إضافة Chrome تم تطويرها بواسطة punxnot، والميزة الرئيسية لها هي "Measure it!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Ruler
قم بتنزيل ملفات الامتداد Simple Ruler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected. You can change the color of background and selection in the Options tab.
معلومات أساسية عن التمديد
الاسم | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
الوصف | Measure it! |
حجم الملف | 26.08 KB |
عدد التثبيتات | 12,626 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2021-12-29 |
تاريخ النشر | 2018-12-26 |
تقييم | 3.13/5 مجموع تقييمات 16 |
المطور | punxnot |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "version": "0.0.2", "manifest_version": 2, "description": "Measure it!", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Simple Ruler" }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |