/r/

Quickly navigate to any reddit sub-reddit.

Vad är /r/?

/r/ är en Chrome-tillägg utvecklad av tydotg, och dess huvudfunktion är "Quickly navigate to any reddit sub-reddit.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner /r/-förlängningens CRX-fil

Ladda ner /r/-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
Officiell webbadress https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
Beskrivning Quickly navigate to any reddit sub-reddit.
Filstorlek 11.63 KB
Antal Installationer 133
Aktuell Version 1.2
Senast Uppdaterad 2013-09-27
Publiceringsdatum 2013-09-27
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare tydotg
Betalningssätt free
Tilläggswebbplats http://tgolson.com
Hjälpsida URL http://tgolson.com
Stödda Språk 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"
        ]
    }
}