Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Co to jest Retina Everywhere?
Retina Everywhere to rozszerzenie Chrome opracowane przez https://sites.google.com/site/haroldmartin, a jego główną funkcją jest „Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Retina Everywhere
Pobierz pliki rozszerzeń Retina Everywhere w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hajkboeohfildgccolflcdedgbkpdjlc |
| Oficjalny URL | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
| Opis | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
| Rozmiar pliku | 42.01 KB |
| Liczba instalacji | 154 |
| Aktualna Wersja | 1.4.0 |
| Ostatnia Aktualizacja | 2014-09-18 |
| Data Publikacji | 2014-09-18 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | https://sites.google.com/site/haroldmartin |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |