Shovel
lightweight custom technology lookup
O que é Shovel?
Shovel é uma extensão do Chrome desenvolvida por https://shovel-extension.net, e sua principal característica é "lightweight custom technology lookup".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shovel
Baixe arquivos de extensão Shovel 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
Helpful when you have to dig through the HTML of many pages to find technologies, booking systems, etc. It can be used to look up self specified search terms on the fly. Shovel is not a replacement for extensions like BuiltWith, WhatRuns, Wappalyzer or Datanyze, but can be used when those deliver insufficient information. Shovel scans the outerHTML part, so have the technology you want to check open on the website. It doesn't search the content of iframes.
Informações Básicas da Extensão
Nome | Shovel |
ID | jdcndaoifepdellnbejdidhfnbnpdahe |
URL Oficial | https://chromewebstore.google.com/detail/shovel/jdcndaoifepdellnbejdidhfnbnpdahe |
Descrição | lightweight custom technology lookup |
Tamanho do Arquivo | 43.18 KB |
Contagem de Instalações | 128 |
Versão Atual | 0.5.0 |
Última Atualização | 2021-11-09 |
Data de Publicação | 2019-10-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://shovel-extension.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://shovel-extension.net/ |
URL da Página de Ajuda | https://shovel-extension.net/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shovel", "version": "0.5.0", "permissions": [ "activeTab", "storage" ], "description": "lightweight custom technology lookup", "browser_action": { "default_icon": "\/img\/shovel48.png", "default_popup": "popup.html", "defaul_title": "Shows you the bookingsystem." }, "icons": { "16": "img\/shovel16.png", "32": "img\/shovel32.png", "48": "img\/shovel48.png", "128": "img\/shovel.png" }, "options_page": "moreOptions.html" } |