Resolution Zoom
Set the zoom level based on your screen resolution.
Co to jest Resolution Zoom?
Resolution Zoom to rozszerzenie Chrome opracowane przez https://arnout.engelen.eu, a jego główną funkcją jest „Set the zoom level based on your screen resolution.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Resolution Zoom
Pobierz pliki rozszerzeń Resolution Zoom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others. Will leave alone pages not at 100% or 200%.
Podstawowe informacje o rozszerzeniu
Nazwa | Resolution Zoom |
ID | enjjhajnmggdgofagbokhmifgnaophmh |
Oficjalny URL | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
Opis | Set the zoom level based on your screen resolution. |
Rozmiar pliku | 7.37 KB |
Liczba instalacji | 605 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-08-03 |
Data Publikacji | 2016-08-03 |
Ocena | 2.77/5 Łącznie 13 Oceny |
Deweloper | https://arnout.engelen.eu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/raboof/reszoom |
Adres URL Strony Pomocy | http://github.com/raboof/reszoom/issues |
Obsługiwane Języki | 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" } } |