Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Qu'est-ce que Retina Everywhere ?
Retina Everywhere est une extension Chrome développée par https://sites.google.com/site/haroldmartin, et sa fonction principale est "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Retina Everywhere
Téléchargez les fichiers d'extension Retina Everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Retina Everywhere |
ID | hajkboeohfildgccolflcdedgbkpdjlc |
URL Officiel | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
Description | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
Taille du Fichier | 42.01 KB |
Nombre d'Installations | 154 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2014-09-18 |
Date de Publication | 2014-09-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://sites.google.com/site/haroldmartin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |