Shovel

lightweight custom technology lookup

Shovel क्या है?

Shovel https://shovel-extension.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "lightweight custom technology lookup"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shovel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Shovel Shovel
ID jdcndaoifepdellnbejdidhfnbnpdahe
आधिकारिक URL https://chromewebstore.google.com/detail/shovel/jdcndaoifepdellnbejdidhfnbnpdahe
विवरण lightweight custom technology lookup
फ़ाइल का आकार 43.18 KB
स्थापना संख्या 128
वर्तमान संस्करण 0.5.0
अंतिम अपडेट 2021-11-09
प्रकाशन तिथि 2019-10-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://shovel-extension.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shovel-extension.net/
सहायता पृष्ठ URL https://shovel-extension.net/
समर्थित भाषाएँ 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"
}