Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Was ist Retina Everywhere?
Retina Everywhere ist eine Chrome-Erweiterung, die von https://sites.google.com/site/haroldmartin entwickelt wurde, und ihr Hauptmerkmal ist "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".
Erweiterungsscreenshots
Retina Everywhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie Retina Everywhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Made for Apple MacBook Pro with Mac OS X. Supported sites: Amazon iTunes Preview (yes, really) The Verge AppleInsider HipChat Created entirely in CSS for ultra fast loading. https://github.com/hbmartin/chrome-retina
Grundlegende Informationen zur Erweiterung
Name | Retina Everywhere |
ID | hajkboeohfildgccolflcdedgbkpdjlc |
Offizielle URL | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
Beschreibung | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
Dateigröße | 42.01 KB |
Installationsanzahl | 154 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2014-09-18 |
Veröffentlichungsdatum | 2014-09-18 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://sites.google.com/site/haroldmartin |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retina Everywhere", "version": "1.4.0", "description": "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com", "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "web_accessible_resources": [ "font\/fontello.woff" ], "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "run_at": "document_end", "css": [ "fontello.css", "amazon.css" ] }, { "matches": [ "*:\/\/*.hipchat.com\/chat" ], "run_at": "document_end", "css": [ "fontello.css", "hipchat.css" ] }, { "matches": [ "*:\/\/itunes.apple.com\/*" ], "run_at": "document_end", "css": [ "fontello.css", "itunes.css" ] }, { "matches": [ "*:\/\/www.theverge.com\/*" ], "run_at": "document_end", "css": [ "verge.css" ] }, { "matches": [ "*:\/\/*.appleinsider.com\/*" ], "run_at": "document_end", "css": [ "appleinsider.css" ] } ] } |