/r/
Quickly navigate to any reddit sub-reddit.
Cos'è /r/?
/r/ è un'estensione di Chrome sviluppata da tydotg, e la sua funzione principale è "Quickly navigate to any reddit sub-reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione /r/
Scarica i file di estensione /r/ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | /r/ |
ID | cnccilamloafialmchgfgmbmojdfhmom |
URL Ufficiale | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
Descrizione | Quickly navigate to any reddit sub-reddit. |
Dimensione del File | 11.63 KB |
Conteggio Installazioni | 133 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-09-27 |
Data di Pubblicazione | 2013-09-27 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | tydotg |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tgolson.com |
URL della Pagina di Aiuto | http://tgolson.com |
Lingue Supportate | 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" ] } } |