/r/
Quickly navigate to any reddit sub-reddit.
Was ist /r/?
/r/ ist eine Chrome-Erweiterung, die von tydotg entwickelt wurde, und ihr Hauptmerkmal ist "Quickly navigate to any reddit sub-reddit.".
Erweiterungsscreenshots
/r/-Erweiterungs-CRX-Datei herunterladen
Laden Sie /r/-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cnccilamloafialmchgfgmbmojdfhmom |
| Offizielle URL | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
| Beschreibung | Quickly navigate to any reddit sub-reddit. |
| Dateigröße | 11.63 KB |
| Installationsanzahl | 133 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2013-09-27 |
| Veröffentlichungsdatum | 2013-09-27 |
| Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
| Entwickler | tydotg |
| Zahlungsart | free |
| Erweiterungswebsite | http://tgolson.com |
| Hilfeseite URL | http://tgolson.com |
| Unterstützte Sprachen | 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"
]
}
} | |