Shovel

lightweight custom technology lookup

Qu'est-ce que Shovel ?

Shovel est une extension Chrome développée par https://shovel-extension.net, et sa fonction principale est "lightweight custom technology lookup".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shovel

Téléchargez les fichiers d'extension Shovel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shovel Shovel
ID jdcndaoifepdellnbejdidhfnbnpdahe
URL Officiel https://chromewebstore.google.com/detail/shovel/jdcndaoifepdellnbejdidhfnbnpdahe
Description lightweight custom technology lookup
Taille du Fichier 43.18 KB
Nombre d'Installations 128
Version Actuelle 0.5.0
Dernière Mise à Jour 2021-11-09
Date de Publication 2019-10-21
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://shovel-extension.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shovel-extension.net/
URL de la Page d'Aide https://shovel-extension.net/
Langues Prises en Charge 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"
}