Mouse Pinch-To-Zoom
Zoom in on a specific part of the website, like you would with a touchpad gesture!
Qu'est-ce que Mouse Pinch-To-Zoom ?
Mouse Pinch-To-Zoom est une extension Chrome développée par nizioleque, et sa fonction principale est "Zoom in on a specific part of the website, like you would with a touchpad gesture!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mouse Pinch-To-Zoom
Téléchargez les fichiers d'extension Mouse Pinch-To-Zoom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Mouse Pinch-To-Zoom allows you to zoom in and out on a website without making everything huge and unreadable! It works like a pinch-to-zoom gesture on a touchpad or a touchscreen, but all you need is a mouse wheel. The extension offers three activation modes: • Zoom by turning the mouse wheel while holding the Alt key • Zoom by turning the mouse wheel while holding the left or right mouse button You can also customize the speed and smoothness. All the settings are easily accessible by clicking on the extension logo. If you experience any issues, please feel free to email me with a bug report.
Informations de Base sur l'Extension
Nom | Mouse Pinch-To-Zoom |
ID | pffiadlahfhoniddbipeiiohjnlongfi |
URL Officiel | https://chromewebstore.google.com/detail/mouse-pinch-to-zoom/pffiadlahfhoniddbipeiiohjnlongfi |
Description | Zoom in on a specific part of the website, like you would with a touchpad gesture! |
Taille du Fichier | 38.91 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2021-12-27 |
Date de Publication | 2021-02-20 |
Évaluation | 4.82/5 Total 131 Évaluations |
Développeur | nizioleque |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mouse Pinch-To-Zoom", "description": "Zoom in on a specific part of the website, like you would with a touchpad gesture!", "version": "2.3", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "options\/options.html" }, "content_scripts": [ { "matches": [ " |