Rooler

Redline web pages

Co je Rooler?

Rooler je rozšíření Chrome vyvinuté http://blois.us, a jeho hlavní funkcí je „Redline web pages“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rooler

Stáhněte si soubory rozšíření Rooler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
Oficiální URL https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Popis Redline web pages
Velikost souboru 37.02 KB
Počet instalací 1,000
Aktuální Verze 0.0.8
Poslední Aktualizace 2020-11-23
Datum Vydání 2016-02-05
Hodnocení 4.89/5 Celkem 18 Hodnocení
Vývojář http://blois.us
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://peteblois.github.io/rooler.js
Podporované Jazyky 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"
    }
}