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