Retina Everywhere
Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Retina Everywhereとは何ですか?
Retina Everywhereはhttps://sites.google.com/site/haroldmartinによって開発されたChromeの拡張機能で、その主な機能は「Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com」です。
拡張機能のスクリーンショット
Retina Everywhere拡張機能のCRXファイルをダウンロード
Retina Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | hajkboeohfildgccolflcdedgbkpdjlc |
| 公式URL | https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc |
| 説明 | Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com |
| ファイルサイズ | 42.01 KB |
| インストール数 | 154 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2014-09-18 |
| 公開日 | 2014-09-18 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://sites.google.com/site/haroldmartin |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |