/r/

Quickly navigate to any reddit sub-reddit.

Qu'est-ce que /r/ ?

/r/ est une extension Chrome développée par tydotg, et sa fonction principale est "Quickly navigate to any reddit sub-reddit.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension /r/

Téléchargez les fichiers d'extension /r/ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
URL Officiel https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
Description Quickly navigate to any reddit sub-reddit.
Taille du Fichier 11.63 KB
Nombre d'Installations 133
Version Actuelle 1.2
Dernière Mise à Jour 2013-09-27
Date de Publication 2013-09-27
Évaluation 4.83/5 Total 6 Évaluations
Développeur tydotg
Type de Paiement free
Site Web de l'Extension http://tgolson.com
URL de la Page d'Aide http://tgolson.com
Langues Prises en Charge 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"
        ]
    }
}