Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Wat is Retina Everywhere?
Retina Everywhere is een Chrome-extensie ontwikkeld door https://sites.google.com/site/haroldmartin, en de belangrijkste functie is "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Retina Everywhere
Download Retina Everywhere-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | hajkboeohfildgccolflcdedgbkpdjlc |
| Officiële URL | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
| Beschrijving | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
| Bestandsgrootte | 42.01 KB |
| Aantal Installaties | 154 |
| Huidige Versie | 1.4.0 |
| Laatst Bijgewerkt | 2014-09-18 |
| Publicatiedatum | 2014-09-18 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://sites.google.com/site/haroldmartin |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |