SiteSearchReddit

Easily search Reddit via Google.

SiteSearchRedditคืออะไร?

SiteSearchReddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Benjamin และคุณลักษณะหลักของมันคือ "Easily search Reddit via Google."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteSearchReddit

ดาวน์โหลดไฟล์ส่วนขยาย SiteSearchReddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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."
        }
    }
}