Retina Twitter
This extension replaces low resolution twitter avatars with a retina-ready equivalent.
What is Retina Twitter?
Retina Twitter is a Chrome extension developed by humanloop, and its main feature is "This extension replaces low resolution twitter avatars with a retina-ready equivalent.".
Extension Screenshots
Download Retina Twitter Extension CRX File
Download Retina Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Retina Twitter |
ID | hgdfdmoaogekkpncleidmpddpijgeakp |
Official URL | https://chromewebstore.google.com/detail/retina-twitter/hgdfdmoaogekkpncleidmpddpijgeakp |
Description | This extension replaces low resolution twitter avatars with a retina-ready equivalent. |
File Size | 40.85 KB |
Installation Count | 63 |
Current Version | 1.1 |
Last Updated | 2013-10-13 |
Publish Date | 2013-10-13 |
Rating | 3.50/5 Total 2 Ratings |
Developer | humanloop |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |