/r/
Quickly navigate to any reddit sub-reddit.
Wat is /r/?
/r/ is een Chrome-extensie ontwikkeld door tydotg, en de belangrijkste functie is "Quickly navigate to any reddit sub-reddit.".
Extensie Screenshots
Download het CRX-bestand van de extensie /r/
Download /r/-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cnccilamloafialmchgfgmbmojdfhmom |
| Officiële URL | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
| Beschrijving | Quickly navigate to any reddit sub-reddit. |
| Bestandsgrootte | 11.63 KB |
| Aantal Installaties | 133 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2013-09-27 |
| Publicatiedatum | 2013-09-27 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | tydotg |
| Betalingswijze | free |
| Extensiewebsite | http://tgolson.com |
| Help Pagina-URL | http://tgolson.com |
| Ondersteunde Talen | 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"
]
}
} | |