SiteSearchReddit

Easily search Reddit via Google.

¿Qué es SiteSearchReddit?

SiteSearchReddit es una extensión de Chrome desarrollada por Alex Benjamin, y su función principal es "Easily search Reddit via Google.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SiteSearchReddit

Descarga archivos de extensión SiteSearchReddit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SiteSearchReddit SiteSearchReddit
ID pnfgklgicgopogcodkjmpbiigcmijpef
URL Oficial https://chromewebstore.google.com/detail/sitesearchreddit/pnfgklgicgopogcodkjmpbiigcmijpef
Descripción Easily search Reddit via Google.
Tamaño del Archivo 14.91 KB
Cantidad de Instalaciones 40
Versión Actual 0.0.1
Última Actualización 2021-04-20
Fecha de Publicación 2021-04-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Alex Benjamin
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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."
        }
    }
}