NooBox

Reverse image search

NooBox란 무엇입니까?

NooBox은(는) https://ainoob.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reverse image search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        NooBox is a toolbox that contains 
1. Reverse Image Search with multiple engines
2. Extract images 
3. Screenshot & Search 
4. Auto Refresh
5. H5 Video Control                    

확장 프로그램 기본 정보

이름 NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
공식 URL https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
설명 Reverse image search
파일 크기 2.73 MB
설치 횟수 70,790
현재 버전 1.1.13
최근 업데이트 2023-02-04
출시 날짜 2020-05-23
평점 4.48/5 총 236 개의 평점
개발자 https://ainoob.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ainoob.com/project/noobox
도움말 페이지 URL https://github.com/AInoob/NooBox/issues
개인정보 보호 정책 페이지 URL https://ainoob.com/privacy.txt
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "NB",
    "version": "1.1.13",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "NooBox~",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "thirdParty\/jquery.min.js",
            "thirdParty\/fileSavor.js",
            "thirdParty\/jszip.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "thirdParty\/jquery.min.js",
                "contentScript\/videoControl.js",
                "contentScript\/extractImages.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "activeTab",
        "notifications",
        ""
    ],
    "commands": {
        "screenshotSearch": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_screenshot_search__"
        }
    },
    "minimum_chrome_version": "35"
}