Spotlight

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

Apa itu Spotlight?

Spotlight adalah ekstensi Chrome yang dikembangkan oleh Convergate, dan fitur utamanya adalah "Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spotlight

Unduh file ekstensi Spotlight dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Spotlight Spotlight
ID khfahkmjbdcfknfnfckndoijcbpfnfgi
URL Resmi https://chromewebstore.google.com/detail/spotlight/khfahkmjbdcfknfnfckndoijcbpfnfgi
Deskripsi Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup
Ukuran File 125 KB
Jumlah Instalasi 332
Versi Saat Ini 2.00.0
Terakhir Diperbarui 2021-02-09
Tanggal Publikasi 2020-06-17
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Convergate
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://usespotlight.co/
URL Halaman Kebijakan Privasi https://historysearch.com/privacy
Bahasa yang Didukung 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"
        }
    }
}