QueryIO
Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in…
QueryIO là gì?
QueryIO là một tiện ích mở rộng Chrome được phát triển bởi LQGIK, và tính năng chính của nó là "Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QueryIO
Tải xuống các tệp mở rộng QueryIO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in query functions. You can now search with precision given any keywords you input! You can use this extension for finding research sources, penetration testing, and more. I hope you enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
URL Chính Thức | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Mô tả | Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in… |
Kích Thước Tệp | 82.01 KB |
Số Lần Cài Đặt | 267 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2020-03-27 |
Ngày Phát Hành | 2020-03-26 |
Nhà Phát Triển | LQGIK |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/LQGIK |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QueryIO", "version": "1.7", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "32": "img\/icon32.png", "16": "img\/icon16.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "QueryIO" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/stackpath.bootstrapcdn.com https:\/\/fonts.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |