/r/

Quickly navigate to any reddit sub-reddit.

/r/คืออะไร?

/r/ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tydotg และคุณลักษณะหลักของมันคือ "Quickly navigate to any reddit sub-reddit."

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

screenshot
screenshot
screenshot

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

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

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

                        Updates the Google Omnibox to allow navigation directly any reddit sub-reddit without having to type in the entire URL.

Simply type 'r' and then a space into the navigation bar, at which point the /r/ Chrome extension will automatically pop into the bar. Type the name of the sub-reddit to navigate to, hit enter, and the plugin will navigate to the correct page.                    

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

ชื่อ /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
คำอธิบาย Quickly navigate to any reddit sub-reddit.
ขนาดไฟล์ 11.63 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-09-27
วันที่เผยแพร่ 2013-09-27
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา tydotg
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tgolson.com
URL หน้าช่วยเหลือ http://tgolson.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\/r\/",
    "description": "Quickly navigate to any reddit sub-reddit.",
    "version": "1.2",
    "omnibox": {
        "keyword": "r"
    },
    "icons": {
        "16": "reddit.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}