SiteSearchReddit

Easily search Reddit via Google.

SiteSearchReddit란 무엇입니까?

SiteSearchReddit은(는) Alex Benjamin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily search Reddit via Google."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SiteSearchReddit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SiteSearchReddit SiteSearchReddit
ID pnfgklgicgopogcodkjmpbiigcmijpef
공식 URL https://chromewebstore.google.com/detail/sitesearchreddit/pnfgklgicgopogcodkjmpbiigcmijpef
설명 Easily search Reddit via Google.
파일 크기 14.91 KB
설치 횟수 40
현재 버전 0.0.1
최근 업데이트 2021-04-20
출시 날짜 2021-04-19
평점 5.00/5 총 2 개의 평점
개발자 Alex Benjamin
이메일 [email protected]
결제 유형 free
지원되는 언어 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."
        }
    }
}