Spotlight

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

O que é Spotlight?

Spotlight é uma extensão do Chrome desenvolvida por Convergate, e sua principal característica é "Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Spotlight

Baixe arquivos de extensão Spotlight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Spotlight Spotlight
ID khfahkmjbdcfknfnfckndoijcbpfnfgi
URL Oficial https://chromewebstore.google.com/detail/spotlight/khfahkmjbdcfknfnfckndoijcbpfnfgi
Descrição Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup
Tamanho do Arquivo 125 KB
Contagem de Instalações 332
Versão Atual 2.00.0
Última Atualização 2021-02-09
Data de Publicação 2020-06-17
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Convergate
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://usespotlight.co/
URL da Página de Política de Privacidade https://historysearch.com/privacy
Idiomas Suportados 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"
        }
    }
}