Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
ما هو Simple Ruler؟
Simple Ruler هو إضافة Chrome تم تطويرها بواسطة https://simplerulerextension.com، والميزة الرئيسية لها هي "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Ruler
قم بتنزيل ملفات الامتداد Simple Ruler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Check the measures of components can be easier than open the dev tools and check the size of a component. 
With the simple ruler extension, you just click and move your mouse over the components to see the width and height.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | ddhlibhghnglpoacapkoffkcgfijcfkg | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg | 
| الوصف | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. | 
| حجم الملف | 43.05 KB | 
| عدد التثبيتات | 1,496 | 
| النسخة الحالية | 28.0.0 | 
| آخر تحديث | 2023-08-17 | 
| تاريخ النشر | 2021-10-04 | 
| تقييم | 5.00/5 مجموع تقييمات 1 | 
| المطور | https://simplerulerextension.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://simplerulerextension.com/ | 
| اللغات المدعومة | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.",
    "version": "28.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}  |  |