Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Retina Everywhere là gì?
Retina Everywhere là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/haroldmartin, và tính năng chính của nó là "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Retina Everywhere
Tải xuống các tệp mở rộng Retina Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Retina Everywhere |
ID | hajkboeohfildgccolflcdedgbkpdjlc |
URL Chính Thức | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
Mô tả | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
Kích Thước Tệp | 42.01 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2014-09-18 |
Ngày Phát Hành | 2014-09-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://sites.google.com/site/haroldmartin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |