Show CSS Outline Style
Show the outline of all the elements that exist on the page.
O que é Show CSS Outline Style?
Show CSS Outline Style é uma extensão do Chrome desenvolvida por https://blog.mitsuruog.info, e sua principal característica é "Show the outline of all the elements that exist on the page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Show CSS Outline Style
Baixe arquivos de extensão Show CSS Outline Style 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
Show the outline of all the elements that exist on the page.
Informações Básicas da Extensão
Nome | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
URL Oficial | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
Descrição | Show the outline of all the elements that exist on the page. |
Tamanho do Arquivo | 18.41 KB |
Contagem de Instalações | 366 |
Versão Atual | 0.1.2 |
Última Atualização | 2021-11-26 |
Data de Publicação | 2020-06-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://blog.mitsuruog.info |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mitsuruog/show-css-outline-style |
URL da Página de Ajuda | https://github.com/mitsuruog/show-css-outline-style/issues |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/Icon-16.png", "128": "assets\/icons\/Icon-128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "default_locale": "ja" } |