Simple Ruler

A very simple ruler to check your webpage, without ads, without secrets, just a ruler.

O que é Simple Ruler?

Simple Ruler é uma extensão do Chrome desenvolvida por https://simplerulerextension.com, e sua principal característica é "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".

Capturas de Tela da Extensão

screenshot
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

                        Check the measures of components can be easier than open the dev tools and check the size of a component. 

With the simple ruler extension, you just click and move your mouse over the components to see the width and height.                    

Informações Básicas da Extensão

Nome Simple Ruler Simple Ruler
ID ddhlibhghnglpoacapkoffkcgfijcfkg
URL Oficial https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg
Descrição A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
Tamanho do Arquivo 43.05 KB
Contagem de Instalações 1,496
Versão Atual 28.0.0
Última Atualização 2023-08-17
Data de Publicação 2021-10-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://simplerulerextension.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://simplerulerextension.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.",
    "version": "28.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}