Retina Twitter
This extension replaces low resolution twitter avatars with a retina-ready equivalent.
Wat is Retina Twitter?
Retina Twitter is een Chrome-extensie ontwikkeld door humanloop, en de belangrijkste functie is "This extension replaces low resolution twitter avatars with a retina-ready equivalent.".
Extensie Screenshots
Download het CRX-bestand van de extensie Retina Twitter
Download Retina Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | hgdfdmoaogekkpncleidmpddpijgeakp |
| Officiële URL | https://chromewebstore.google.com/detail/retina-twitter/hgdfdmoaogekkpncleidmpddpijgeakp |
| Beschrijving | This extension replaces low resolution twitter avatars with a retina-ready equivalent. |
| Bestandsgrootte | 40.85 KB |
| Aantal Installaties | 63 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2013-10-13 |
| Publicatiedatum | 2013-10-13 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | humanloop |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |