Rooler

Redline web pages

ما هو Rooler؟

Rooler هو إضافة Chrome تم تطويرها بواسطة http://blois.us، والميزة الرئيسية لها هي "Redline web pages".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rooler

قم بتنزيل ملفات الامتداد Rooler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Rooler is a utility for automatically measuring on-screen graphics.

Not quite like every other measurement utility out there (though there are quite a few)- this one analyzes the graphics and automatically finds the edges. It's essentially an automatic ruler, for the web.

 - Measures the bounds of graphics
 - Measures the distance between graphics
 - Allows ensuring correct positioning of elements, even in deeply nested element hierarchies.

It's quick and easy. Give it a shot.

You can also try Rooler in your browser at http://peteblois.github.io/rooler.js.                    

معلومات أساسية عن التمديد

الاسم Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
الوصف Redline web pages
حجم الملف 37.02 KB
عدد التثبيتات 1,000
النسخة الحالية 0.0.8
آخر تحديث 2020-11-23
تاريخ النشر 2016-02-05
تقييم 4.89/5 مجموع تقييمات 18
المطور http://blois.us
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://peteblois.github.io/rooler.js
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "rooler",
        "default_popup": "popup.html"
    }
}