ScreenSnip

A tool that allows you to take a screenshot of the current tab and crop it.

Was ist ScreenSnip?

ScreenSnip ist eine Chrome-Erweiterung, die von bhayatus entwickelt wurde, und ihr Hauptmerkmal ist "A tool that allows you to take a screenshot of the current tab and crop it.".

Erweiterungsscreenshots

screenshot
screenshot

ScreenSnip-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScreenSnip-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

                        Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.                    

Grundlegende Informationen zur Erweiterung

Name ScreenSnip ScreenSnip
ID okodoejppedehahibmdngneledbkliap
Offizielle URL https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap
Beschreibung A tool that allows you to take a screenshot of the current tab and crop it.
Dateigröße 44.84 KB
Installationsanzahl 1,086
Aktuelle Version 1.1.0
Letztes Update 2020-04-05
Veröffentlichungsdatum 2020-04-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler bhayatus
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenSnip",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A tool that allows you to take a screenshot of the current tab and crop it.",
    "browser_action": {
        "default_title": "ScreenSnip"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}