Shovel
lightweight custom technology lookup
Shovel란 무엇입니까?
Shovel은(는) https://shovel-extension.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "lightweight custom technology lookup"입니다.
확장 프로그램 스크린샷
Shovel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |