Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Apa itu Retina Everywhere?
Retina Everywhere adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/haroldmartin, dan fitur utamanya adalah "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Retina Everywhere
Unduh file ekstensi Retina Everywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Retina Everywhere |
ID | hajkboeohfildgccolflcdedgbkpdjlc |
URL Resmi | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
Deskripsi | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
Ukuran File | 42.01 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2014-09-18 |
Tanggal Publikasi | 2014-09-18 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://sites.google.com/site/haroldmartin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |