Html Scan
Scan and copy text, html markup on any websites
O que é Html Scan?
Html Scan é uma extensão do Chrome desenvolvida por reactgo.com, e sua principal característica é "Scan and copy text, html markup on any websites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Html Scan
Baixe arquivos de extensão Html Scan 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
Html Scan helps to copy html code, text instantly in any webpages with one click. - You can also view current html element width & height, font-family and font-size. - You can copy entire page html code with one click. - Change to text button helps to copy text instead of html code. Very fast, No libraries used pure JavaScript.
Informações Básicas da Extensão
Nome | Html Scan |
ID | jkkccmdilclkdkhkfdmcbdiagpibmpne |
URL Oficial | https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne |
Descrição | Scan and copy text, html markup on any websites |
Tamanho do Arquivo | 167 KB |
Contagem de Instalações | 4,242 |
Versão Atual | 0.5.1 |
Última Atualização | 2020-02-03 |
Data de Publicação | 2020-02-01 |
Classificação | 4.79/5 Total de 14 Avaliações |
Desenvolvedor | reactgo.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://reactgo.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Html Scan", "short_name": "Html Scan", "version": "0.5.1", "description": "Scan and copy text, html markup on any websites ", "permissions": [ "activeTab" ], "background": { "page": "ss.html" }, "icons": { "16": "images\/16x16-logo.png", "48": "images\/48x48-icon.png", "128": "images\/128x128-icon.png" }, "homepage_url": "https:\/\/reactgo.com", "browser_action": { "default_icon": "images\/16x16-logo.png", "default_title": "Html Scan" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |