Zoom on doubleclick

Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.

Wat is Zoom on doubleclick?

Zoom on doubleclick is een Chrome-extensie ontwikkeld door https://www.m-software.de, en de belangrijkste functie is "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.".

Extensie Screenshots

Download het CRX-bestand van de extensie Zoom on doubleclick

Download Zoom on doubleclick-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

                                            

Basisinformatie over de Extensie

Naam Zoom on doubleclick Zoom on doubleclick
ID jkmalmidnicnnmceielaelokkdmmgkcb
Officiële URL https://chromewebstore.google.com/detail/zoom-on-doubleclick/jkmalmidnicnnmceielaelokkdmmgkcb
Beschrijving Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.
Bestandsgrootte 51.37 KB
Aantal Installaties 1,121
Huidige Versie 0.1.1
Laatst Bijgewerkt 2012-12-04
Publicatiedatum 2012-12-04
Beoordeling 4.27/5 Totaal 62 Beoordelingen
Ontwikkelaar https://www.m-software.de
Betalingswijze free
Extensiewebsite http://m-software.de/google-chrome-zoom-plugin
Help Pagina-URL http://m-software.de/google-chrome-zoom-plugin
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Zoom on doubleclick",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.",
    "homepage_url": "http:\/\/m-software.de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery-1.8.3.min.js",
                "src\/zoom.js"
            ]
        }
    ]
}