/r/

Quickly navigate to any reddit sub-reddit.

/r/ क्या है?

/r/ tydotg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly navigate to any reddit sub-reddit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में /r/ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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