Rooler

Redline web pages

Rooler क्या है?

Rooler http://blois.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redline web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rooler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}