Shovel
lightweight custom technology lookup
Cos'è Shovel?
Shovel è un'estensione di Chrome sviluppata da https://shovel-extension.net, e la sua funzione principale è "lightweight custom technology lookup".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shovel
Scarica i file di estensione Shovel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Shovel |
ID | jdcndaoifepdellnbejdidhfnbnpdahe |
URL Ufficiale | https://chromewebstore.google.com/detail/shovel/jdcndaoifepdellnbejdidhfnbnpdahe |
Descrizione | lightweight custom technology lookup |
Dimensione del File | 43.18 KB |
Conteggio Installazioni | 128 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2021-11-09 |
Data di Pubblicazione | 2019-10-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://shovel-extension.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shovel-extension.net/ |
URL della Pagina di Aiuto | https://shovel-extension.net/ |
Lingue Supportate | 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" } |