Shovel

lightweight custom technology lookup

¿Qué es Shovel?

Shovel es una extensión de Chrome desarrollada por https://shovel-extension.net, y su función principal es "lightweight custom technology lookup".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shovel

Descarga archivos de extensión Shovel en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Shovel Shovel
ID jdcndaoifepdellnbejdidhfnbnpdahe
URL Oficial https://chromewebstore.google.com/detail/shovel/jdcndaoifepdellnbejdidhfnbnpdahe
Descripción lightweight custom technology lookup
Tamaño del Archivo 43.18 KB
Cantidad de Instalaciones 128
Versión Actual 0.5.0
Última Actualización 2021-11-09
Fecha de Publicación 2019-10-21
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://shovel-extension.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://shovel-extension.net/
URL de la Página de Ayuda https://shovel-extension.net/
Idiomas Soportados 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"
}