Measure-it
Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
O que é Measure-it?
Measure-it é uma extensão do Chrome desenvolvida por trishul.goel, e sua principal característica é "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Measure-it
Baixe arquivos de extensão Measure-it 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
Customize the overlay and selector from extension options.
Informações Básicas da Extensão
Nome | Measure-it |
ID | jocbgkoackihphodedlefohapackjmna |
URL Oficial | https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna |
Descrição | Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. |
Tamanho do Arquivo | 19.9 KB |
Contagem de Instalações | 74,144 |
Versão Atual | 2.1.0 |
Última Atualização | 2018-12-23 |
Data de Publicação | 2018-12-23 |
Classificação | 3.86/5 Total de 36 Avaliações |
Desenvolvedor | trishul.goel |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tsl143/measure-it |
URL da Página de Ajuda | https://github.com/tsl143/measure-it/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Measure-it", "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.", "version": "2.1.0", "icons": { "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Measure-it" }, "background": { "scripts": [ "bg.js" ] }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "commands": { "open-measure-it": { "suggested_key": { "default": "Alt+Shift+M" }, "description": "Open MeasureIt" } } } |