Spotlight

Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup

Spotlight란 무엇입니까?

Spotlight은(는) Convergate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Quickly browse open tabs, history bookmarks and downloads

Spotlight is paid. You can buy it from here: https://usespotlight.co

✦ Features ✦
1. Search History
2. Search Bookmarks
3. Search Downloads
4. Search, open or close currently open tabs
5. Close tabs which are open from more than 60 minutes

Be prepared to experience a blazing fast search for chrome.                    

확장 프로그램 기본 정보

이름 Spotlight Spotlight
ID khfahkmjbdcfknfnfckndoijcbpfnfgi
공식 URL https://chromewebstore.google.com/detail/spotlight/khfahkmjbdcfknfnfckndoijcbpfnfgi
설명 Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup
파일 크기 125 KB
설치 횟수 332
현재 버전 2.00.0
최근 업데이트 2021-02-09
출시 날짜 2020-06-17
평점 3.67/5 총 3 개의 평점
개발자 Convergate
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://usespotlight.co/
개인정보 보호 정책 페이지 URL https://historysearch.com/privacy
지원되는 언어 en-US
manifest.json
{
    "name": "Spotlight",
    "icons": {
        "128": "icon_128.png",
        "96": "icon.png"
    },
    "description": "Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup",
    "version": "2.00.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "history",
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/usespotlight.co",
    "optional_permissions": [
        "",
        "notifications",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-1.11.3.min.js; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Toggle spotlight"
        },
        "last-tab": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Switch to last active tab"
        }
    }
}