Reddit Makeover
Make reddit easier on the eyes.
Cos'è Reddit Makeover?
Reddit Makeover è un'estensione di Chrome sviluppata da uxmatthew, e la sua funzione principale è "Make reddit easier on the eyes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Makeover
Scarica i file di estensione Reddit Makeover 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
Reddit Makeover v 1.0 [NEW! 2013] This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable. It's easier to scan, read, and understand. Whether you're new to reddit or an old pro, this extension is a life saver!
Informazioni di Base sull'Estensione
Nome | Reddit Makeover |
ID | gobfpbbhfcmlnfcagochgigpbelbfcbn |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn |
Descrizione | Make reddit easier on the eyes. |
Dimensione del File | 93.78 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-11-18 |
Data di Pubblicazione | 2013-11-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | uxmatthew |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.uxmatthew.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Makeover", "version": "1.2", "manifest_version": 2, "description": "Make reddit easier on the eyes.", "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "permissions": [ "http:\/\/api.flickr.com\/" ] } |