Screenshot Easy

Screenshot Easy - The easiest way to take a customizable screenshot and share to friends

Was ist Screenshot Easy?

Screenshot Easy ist eine Chrome-Erweiterung, die von Screenshot Easy entwickelt wurde, und ihr Hauptmerkmal ist "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends".

Erweiterungsscreenshots

screenshot

Screenshot Easy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screenshot Easy-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

                        - Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way.
- You'll get fast, simple, easy to take an editable screenshot.
- You can select any area and take its screenshot.
- User-friendly interface makes your work with the tool easier.
- Edit screenshot instantly when taking them.
- You can also upload your screenshot to the server and get its short link right away.                    

Grundlegende Informationen zur Erweiterung

Name Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
Offizielle URL https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
Beschreibung Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Dateigröße 85.2 KB
Installationsanzahl 25,953
Aktuelle Version 1.1.4
Letztes Update 2023-01-18
Veröffentlichungsdatum 2020-06-08
Bewertung 4.19/5 Insgesamt 58 Bewertungen
Entwickler Screenshot Easy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Easy",
    "version": "1.1.4",
    "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-transparent.png",
        "default_title": "Take a screenshot"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}