PixelZoomer

PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.

Was ist PixelZoomer?

PixelZoomer ist eine Chrome-Erweiterung, die von Matthias Schuetz entwickelt wurde, und ihr Hauptmerkmal ist "PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PixelZoomer-Erweiterungs-CRX-Datei herunterladen

Laden Sie PixelZoomer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        PixelZoomer takes a screenshot of the current website and provides various tools for pixel analysis. You can zoom into websites (up to 3200%), measure distances and pick colors with an eye dropper.

MAIN FEATURES

- pixel perfect ruler
- zoom/pan tool (100% to 3200%)
- eye dropper (HEX and RGB values)
- undo/redo
- open screenshot image in tab                    

Grundlegende Informationen zur Erweiterung

Name PixelZoomer PixelZoomer
ID fogkjckfkdcnmnnfmbieljpkmmihhpao
Offizielle URL https://chromewebstore.google.com/detail/pixelzoomer/fogkjckfkdcnmnnfmbieljpkmmihhpao
Beschreibung PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
Dateigröße 56.91 KB
Installationsanzahl 47,240
Aktuelle Version 1.0.2
Letztes Update 2021-10-28
Veröffentlichungsdatum 2019-10-02
Bewertung 4.61/5 Insgesamt 49 Bewertungen
Entwickler Matthias Schuetz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelZoomer",
    "short_name": "PixelZoomer",
    "default_locale": "en",
    "version": "1.0.2",
    "author": "Matthias Schuetz",
    "description": "__MSG_appDescription__",
    "background": {
        "scripts": [
            "content\/browser.js"
        ],
        "persistent": false
    },
    "commands": {
        "start-pixelzoomer": {
            "suggested_key": {
                "default": "Alt+Shift+Q",
                "mac": "Alt+Shift+Q"
            },
            "description": "__MSG_settingsStartApp__"
        }
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "PixelZoomer"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "storage"
    ]
}