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
电子邮箱 [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"
        }
    }
}