Rooler

Redline web pages

Vad är Rooler?

Rooler är en Chrome-tillägg utvecklad av http://blois.us, och dess huvudfunktion är "Redline web pages".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Rooler-förlängningens CRX-fil

Ladda ner Rooler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
Officiell webbadress https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Beskrivning Redline web pages
Filstorlek 37.02 KB
Antal Installationer 1,000
Aktuell Version 0.0.8
Senast Uppdaterad 2020-11-23
Publiceringsdatum 2016-02-05
Betyg 4.89/5 Totalt 18 Betyg
Utvecklare http://blois.us
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://peteblois.github.io/rooler.js
Stödda Språk 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"
    }
}