/r/

Quickly navigate to any reddit sub-reddit.

Co to jest /r/?

/r/ to rozszerzenie Chrome opracowane przez tydotg, a jego główną funkcją jest „Quickly navigate to any reddit sub-reddit.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia /r/

Pobierz pliki rozszerzeń /r/ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
Oficjalny URL https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
Opis Quickly navigate to any reddit sub-reddit.
Rozmiar pliku 11.63 KB
Liczba instalacji 133
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2013-09-27
Data Publikacji 2013-09-27
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper tydotg
Typ Płatności free
Strona Rozszerzenia http://tgolson.com
Adres URL Strony Pomocy http://tgolson.com
Obsługiwane Języki 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"
        ]
    }
}