Shovel
lightweight custom technology lookup
什么是Shovel?
Shovel是由https://shovel-extension.net开发的Chrome扩展程序,该扩展的主要功能是“lightweight custom technology lookup”。
扩展截图
下载Shovel扩展crx文件
下载Shovel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |