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%.
扩展基本信息
名称 | Resolution Zoom |
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 |
电子邮箱 | [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" } } |