Zoom Text Only
Zoom text without distorting the images
Wat is Zoom Text Only?
Zoom Text Only is een Chrome-extensie ontwikkeld door https://www.lihanli.com, en de belangrijkste functie is "Zoom text without distorting the images".
Extensie Screenshots
Download het CRX-bestand van de extensie Zoom Text Only
Download Zoom Text Only-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Zoom Text Only |
ID | jamhfhbppcmkgghlkeieococonlbppjg |
Officiële URL | https://chromewebstore.google.com/detail/zoom-text-only/jamhfhbppcmkgghlkeieococonlbppjg |
Beschrijving | Zoom text without distorting the images |
Bestandsgrootte | 1.78 MB |
Aantal Installaties | 15,401 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2021-04-28 |
Publicatiedatum | 2016-05-05 |
Beoordeling | 3.96/5 Totaal 164 Beoordelingen |
Ontwikkelaar | https://www.lihanli.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |