Rooler

Redline web pages

O que é Rooler?

Rooler é uma extensão do Chrome desenvolvida por http://blois.us, e sua principal característica é "Redline web pages".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rooler

Baixe arquivos de extensão Rooler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
URL Oficial https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Descrição Redline web pages
Tamanho do Arquivo 37.02 KB
Contagem de Instalações 1,000
Versão Atual 0.0.8
Última Atualização 2020-11-23
Data de Publicação 2016-02-05
Classificação 4.89/5 Total de 18 Avaliações
Desenvolvedor http://blois.us
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://peteblois.github.io/rooler.js
Idiomas Suportados 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"
    }
}