Zoom Text Only
Zoom text without distorting the images
Co to jest Zoom Text Only?
Zoom Text Only to rozszerzenie Chrome opracowane przez https://www.lihanli.com, a jego główną funkcją jest „Zoom text without distorting the images”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zoom Text Only
Pobierz pliki rozszerzeń Zoom Text Only 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
The only text zoom extension that works!! Saves your zoom setting for each domain. Leave a ★★★★★ review with feature request. Default Keyboard Shortcuts: Zoom in: Alt + = Zoom out: Alt + - Reset Zoom: Alt + 0 Known bugs: - There is a small delay from when the page loads to when it gets zoomed. Only way to fix this is for chrome devs to implement this functionality natively. - Some pages which use a lot of javascript to render parts of the page don't get the zoom applied (i.e. twitter.com) - The extension does not come with any sounds. If you hear sounds when changing the zoom level those are due to the system sound scheme. This video has information on how to turn it off. http://www.youtube.com/watch?v=IjkhwL3X0yU Source code: https://github.com/lihanli/chrome-text-only-zoom
Podstawowe informacje o rozszerzeniu
Nazwa | Zoom Text Only |
ID | jamhfhbppcmkgghlkeieococonlbppjg |
Oficjalny URL | https://chromewebstore.google.com/detail/zoom-text-only/jamhfhbppcmkgghlkeieococonlbppjg |
Opis | Zoom text without distorting the images |
Rozmiar pliku | 1.78 MB |
Liczba instalacji | 15,401 |
Aktualna Wersja | 1.5.3 |
Ostatnia Aktualizacja | 2021-04-28 |
Data Publikacji | 2016-05-05 |
Ocena | 3.96/5 Łącznie 164 Oceny |
Deweloper | https://www.lihanli.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoom Text Only", "version": "1.5.3", "description": "Zoom text without distorting the images", "options_page": "lib\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "lib\/util.js", "lib\/background.js" ] }, "content_scripts": [ { "matches": [ " |