/r/
Quickly navigate to any reddit sub-reddit.
Hvad er /r/?
/r/ er en Chrome-udvidelse udviklet af tydotg, og dens hovedfunktion er "Quickly navigate to any reddit sub-reddit.".
Udvidelsesskærmbilleder
Download /r/-udvidelses-CRX-fil
Download /r/-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cnccilamloafialmchgfgmbmojdfhmom |
| Officiel URL | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
| Beskrivelse | Quickly navigate to any reddit sub-reddit. |
| Filstørrelse | 11.63 KB |
| Antal Installationer | 133 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2013-09-27 |
| Udgivelsesdato | 2013-09-27 |
| Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
| Udvikler | tydotg |
| Betalingsmetode | free |
| Udvidelseswebsted | http://tgolson.com |
| Hjælpeside-URL | http://tgolson.com |
| Understøttede Sprog | 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"
]
}
} | |