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ファイルをダウンロード

Spotlight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}