ZoomToScroll

Ctrl + Scroll will scroll normally rather than zooming.

Qu'est-ce que ZoomToScroll ?

ZoomToScroll est une extension Chrome développée par Ryan McElroy, et sa fonction principale est "Ctrl + Scroll will scroll normally rather than zooming.".

Télécharger le fichier CRX de l'extension ZoomToScroll

Téléchargez les fichiers d'extension ZoomToScroll 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

                        If you get annoyed by Chrome zooming when you press Ctrl when scrolling, this extension replaces that behavior with normal scrolling.                    

Informations de Base sur l'Extension

Nom ZoomToScroll ZoomToScroll
ID iaehfjjafflijdgfoglcpgjpgabghcel
URL Officiel https://chrome.google.com/webstore/detail/zoomtoscroll/iaehfjjafflijdgfoglcpgjpgabghcel
Description Ctrl + Scroll will scroll normally rather than zooming.
Taille du Fichier 7.65 KB
Nombre d'Installations 300
Version Actuelle 0.1
Dernière Mise à Jour 2015-02-07
Date de Publication 2015-02-07
Évaluation 4.27/5 Total 15 Évaluations
Développeur Ryan McElroy
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZoomToScroll",
    "version": "0.1",
    "description": "Ctrl + Scroll will scroll normally rather than zooming.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "ZoomToScroll.js"
            ]
        }
    ]
}