Spotlight

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

Spotlight क्या है?

Spotlight Convergate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spotlight search for chrome. Press Cmd+M (Ctrl+M) to open the spotlight action popup"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotlight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}