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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    }
}  |  |