1px: Simple ruler

A simple ruler for measuring the size of blocks on a page

O que é 1px: Simple ruler?

1px: Simple ruler é uma extensão do Chrome desenvolvida por Nevzilya, e sua principal característica é "A simple ruler for measuring the size of blocks on a page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 1px: Simple ruler

Baixe arquivos de extensão 1px: 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

                        You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button.
Perhaps in the future some more useful functions will be added, but now only such functionality.                    

Informações Básicas da Extensão

Nome 1px: Simple ruler 1px: Simple ruler
ID gekpeobpiilbboimdmbgfjndlmogepcj
URL Oficial https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj
Descrição A simple ruler for measuring the size of blocks on a page
Tamanho do Arquivo 22.13 KB
Contagem de Instalações 9,004
Versão Atual 1.0.1
Última Atualização 2021-08-04
Data de Publicação 2021-07-11
Classificação 3.55/5 Total de 11 Avaliações
Desenvolvedor Nevzilya
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://notepad-online.ru/privacy.html
Idiomas Suportados en,ru
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "ico_16_mono.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}