Resolution Zoom
Set the zoom level based on your screen resolution.
What is Resolution Zoom?
Resolution Zoom is a Chrome extension developed by https://arnout.engelen.eu, and its main feature is "Set the zoom level based on your screen resolution.".
Extension Screenshots
Download Resolution Zoom Extension CRX File
Download Resolution Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others. Will leave alone pages not at 100% or 200%.
Extension Basic Information
Name | Resolution Zoom |
ID | enjjhajnmggdgofagbokhmifgnaophmh |
Official URL | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
Description | Set the zoom level based on your screen resolution. |
File Size | 7.37 KB |
Installation Count | 605 |
Current Version | 0.3 |
Last Updated | 2016-08-03 |
Publish Date | 2016-08-03 |
Rating | 2.77/5 Total 13 Ratings |
Developer | https://arnout.engelen.eu |
[email protected] | |
Payment Type | free |
Extension Website | http://github.com/raboof/reszoom |
Help Page URL | http://github.com/raboof/reszoom/issues |
Supported Languages | 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" } } |