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 |
Eメール | [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" } |