SiteSearchReddit

Easily search Reddit via Google.

Cos'è SiteSearchReddit?

SiteSearchReddit è un'estensione di Chrome sviluppata da Alex Benjamin, e la sua funzione principale è "Easily search Reddit via Google.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SiteSearchReddit

Scarica i file di estensione SiteSearchReddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Saving the world: fifteen keystrokes at a time.

Reddit's a fantastic source for content, but the search feature is near-unusable. Many folks have found that the best way to find relevant content on Reddit is via Google Search -- appending "site:reddit.com" to a given query. But that's a lot of extra typing.

SiteSearchReddit gives users a simple key-bind -- Ctrl (Cmd on Mac) + Shift + S -- to launch a dialog that automatically searches the given query over Reddit in a new tab.                    

Informazioni di Base sull'Estensione

Nome SiteSearchReddit SiteSearchReddit
ID pnfgklgicgopogcodkjmpbiigcmijpef
URL Ufficiale https://chromewebstore.google.com/detail/sitesearchreddit/pnfgklgicgopogcodkjmpbiigcmijpef
Descrizione Easily search Reddit via Google.
Dimensione del File 14.91 KB
Conteggio Installazioni 40
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-04-20
Data di Pubblicazione 2021-04-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Alex Benjamin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SiteSearchReddit",
    "description": "Easily search Reddit via Google.",
    "manifest_version": 3,
    "version": "0.0.1",
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "!ssr"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/ssr_16.png",
            "32": "\/images\/ssr_32.png"
        }
    },
    "icons": {
        "16": "\/images\/ssr_16.png",
        "32": "\/images\/ssr_32.png",
        "64": "\/images\/ssr_64.png",
        "128": "\/images\/ssr_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Opens SiteSearchReddit."
        }
    }
}