Simple Ruler

Measure it!

O que é Simple Ruler?

Simple Ruler é uma extensão do Chrome desenvolvida por punxnot, e sua principal característica é "Measure it!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Ruler

Baixe arquivos de extensão Simple Ruler 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

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

Informações Básicas da Extensão

Nome Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
URL Oficial https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Descrição Measure it!
Tamanho do Arquivo 26.08 KB
Contagem de Instalações 12,626
Versão Atual 0.0.2
Última Atualização 2021-12-29
Data de Publicação 2018-12-26
Classificação 3.13/5 Total de 16 Avaliações
Desenvolvedor punxnot
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}