Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
O que é Retina Everywhere?
Retina Everywhere é uma extensão do Chrome desenvolvida por https://sites.google.com/site/haroldmartin, e sua principal característica é "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Retina Everywhere
Baixe arquivos de extensão Retina Everywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | hajkboeohfildgccolflcdedgbkpdjlc |
| URL Oficial | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
| Descrição | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
| Tamanho do Arquivo | 42.01 KB |
| Contagem de Instalações | 154 |
| Versão Atual | 1.4.0 |
| Última Atualização | 2014-09-18 |
| Data de Publicação | 2014-09-18 |
| Classificação | 5.00/5 Total de 3 Avaliações |
| Desenvolvedor | https://sites.google.com/site/haroldmartin |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
]
}
]
} | |