Shovel

lightweight custom technology lookup

Was ist Shovel?

Shovel ist eine Chrome-Erweiterung, die von https://shovel-extension.net entwickelt wurde, und ihr Hauptmerkmal ist "lightweight custom technology lookup".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Shovel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shovel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shovel Shovel
ID jdcndaoifepdellnbejdidhfnbnpdahe
Offizielle URL https://chromewebstore.google.com/detail/shovel/jdcndaoifepdellnbejdidhfnbnpdahe
Beschreibung lightweight custom technology lookup
Dateigröße 43.18 KB
Installationsanzahl 128
Aktuelle Version 0.5.0
Letztes Update 2021-11-09
Veröffentlichungsdatum 2019-10-21
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://shovel-extension.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shovel-extension.net/
Hilfeseite URL https://shovel-extension.net/
Unterstützte Sprachen 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"
}