Resolution Zoom
Set the zoom level based on your screen resolution.
Resolution Zoomとは何ですか?
Resolution Zoomはhttps://arnout.engelen.euによって開発されたChromeの拡張機能で、その主な機能は「Set the zoom level based on your screen resolution.」です。
拡張機能のスクリーンショット
Resolution Zoom拡張機能のCRXファイルをダウンロード
Resolution Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others.
Will leave alone pages not at 100% or 200%. 拡張機能の基本情報
| 名前 | |
| ID | enjjhajnmggdgofagbokhmifgnaophmh |
| 公式URL | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
| 説明 | Set the zoom level based on your screen resolution. |
| ファイルサイズ | 7.37 KB |
| インストール数 | 605 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2016-08-03 |
| 公開日 | 2016-08-03 |
| 評価 | 2.77/5 合計 13 レビュー |
| 開発者 | https://arnout.engelen.eu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://github.com/raboof/reszoom |
| ヘルプページのURL | http://github.com/raboof/reszoom/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Resolution Zoom",
"short_name": "reszoom",
"description": "Set the zoom level based on your screen resolution.",
"version": "0.3",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"system.display"
],
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
} | |