Retina Twitter
This extension replaces low resolution twitter avatars with a retina-ready equivalent.
Cos'è Retina Twitter?
Retina Twitter è un'estensione di Chrome sviluppata da humanloop, e la sua funzione principale è "This extension replaces low resolution twitter avatars with a retina-ready equivalent.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Retina Twitter
Scarica i file di estensione Retina Twitter 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
Replaces twitter avatars (profile pics) with a higher resolution version. Makes Twitter.com a more enjoyable experience for those with a HiDPI monitor. (Open Source: https://github.com/jordn/retina-twitter)
Informazioni di Base sull'Estensione
Nome | Retina Twitter |
ID | hgdfdmoaogekkpncleidmpddpijgeakp |
URL Ufficiale | https://chromewebstore.google.com/detail/retina-twitter/hgdfdmoaogekkpncleidmpddpijgeakp |
Descrizione | This extension replaces low resolution twitter avatars with a retina-ready equivalent. |
Dimensione del File | 40.85 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-10-13 |
Data di Pubblicazione | 2013-10-13 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | humanloop |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retina Twitter", "description": "This extension replaces low resolution twitter avatars with a retina-ready equivalent.", "version": "1.1", "icons": { "48": "logo-48.png", "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery-2.0.0.min.js", "main.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/twitter.com\/" ], "web_accessible_resources": [ "jquery-2.0.0.min.js", "jquery.min.map" ] } |