Omnibox to Subreddit

Quickly go to a subreddit via the omnibox

Omnibox to Subredditคืออะไร?

Omnibox to Subreddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edward Shen และคุณลักษณะหลักของมันคือ "Quickly go to a subreddit via the omnibox"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Why this over other available options? For one simple reason: Privacy. This extension is made to be light and private. It doesn't require any permissions or reads your browser history.

Why "subr" over "r" or "/r/"? Usability and efficiency. "r" is too often used just for itself, e.g. when learning about the programming language R, or googling a product id that starts with "r". "/r/" requires the user to go out of the way to type the forward slash key. How inconvenient! Why not just use the alphabet?

Ever wanted to go to a subreddit, without having to type "reddit.com/r/"? Well, this is the extension of your dreams! Now you only need to type "subr", followed by a space or tab, and then your desired subreddit of choice.

Benefits:
Saves you 8 (eight, yes, EIGHT!) whole letters of typing!
Less than 5KB! That's less 0.0000002% of a 500GB hard drive!
Not persistent, so it won't hold up system resources!
Lets you get to a certain subreddit quicker and faster!
Increase the efficiency of your "work"flow!
Free!

The screenshots have been modified to not show my bookmarks.

DISCLAIMER:

This extension is in no way endorsed, supported, or even known to reddit.com. All images, icons, and references to reddit.com and its mascot "Snoo" rightfully belongs to reddit.com. I take no ownership of any icons or images in this extension. Please support reddit by purchasing reddit gold.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Omnibox to Subreddit Omnibox to Subreddit
ID mpcndlnnjgmobebbjhfdomningohpmmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnibox-to-subreddit/mpcndlnnjgmobebbjhfdomningohpmmg
คำอธิบาย Quickly go to a subreddit via the omnibox
ขนาดไฟล์ 6.91 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2016-09-25
วันที่เผยแพร่ 2016-09-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Edward Shen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omnibox to Subreddit",
    "description": "Quickly go to a subreddit via the omnibox",
    "omnibox": {
        "keyword": "subr"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0.0.0",
    "minimum_chrome_version": "13",
    "manifest_version": 2
}