Rooler

Redline web pages

Wat is Rooler?

Rooler is een Chrome-extensie ontwikkeld door http://blois.us, en de belangrijkste functie is "Redline web pages".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rooler

Download Rooler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
Officiële URL https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Beschrijving Redline web pages
Bestandsgrootte 37.02 KB
Aantal Installaties 1,000
Huidige Versie 0.0.8
Laatst Bijgewerkt 2020-11-23
Publicatiedatum 2016-02-05
Beoordeling 4.89/5 Totaal 18 Beoordelingen
Ontwikkelaar http://blois.us
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://peteblois.github.io/rooler.js
Ondersteunde Talen 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"
    }
}