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란 무엇입니까?

QueryIO은(는) LQGIK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

QueryIO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 QueryIO QueryIO
ID fmlhkcjgmbhiljenhbkbeamfgcaadiea
공식 URL https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea
설명 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…
파일 크기 82.01 KB
설치 횟수 267
현재 버전 1.7
최근 업데이트 2020-03-27
출시 날짜 2020-03-26
개발자 LQGIK
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LQGIK
지원되는 언어 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'"
}