Easy Crop - Crop the web

Awesome tool for cropping and taking screenshots

Was ist Easy Crop - Crop the web?

Easy Crop - Crop the web ist eine Chrome-Erweiterung, die von RazieL entwickelt wurde, und ihr Hauptmerkmal ist "Awesome tool for cropping and taking screenshots".

Erweiterungsscreenshots

screenshot
screenshot

Easy Crop - Crop the web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Crop - Crop the web-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

                        Easy Crop - Awesome tool for cropping and taking screenshots
Dimesions are shown making taking the perfect picture super easy!

Hold shift + drag to select an area
CTRL + SHIFT + A to take a screen shot of the whole page


Thanks for using and i hope you enjoy this.
I would love to get some reviews or user feedback\suggestion on improving.


Like this extension ? buy me a coffee 
https://ko-fi.com/razielll                    

Grundlegende Informationen zur Erweiterung

Name Easy Crop - Crop the web Easy Crop - Crop the web
ID mncocmgajjjpnfkobgdelegiogknodfn
Offizielle URL https://chromewebstore.google.com/detail/easy-crop-crop-the-web/mncocmgajjjpnfkobgdelegiogknodfn
Beschreibung Awesome tool for cropping and taking screenshots
Dateigröße 27.21 KB
Installationsanzahl 941
Aktuelle Version 1.0.3
Letztes Update 2020-01-12
Veröffentlichungsdatum 2020-01-12
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler RazieL
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Crop - Crop the web",
    "short_name": "EZ Crop - Crop & Screenshot",
    "version": "1.0.3",
    "description": "Awesome tool for cropping and taking screenshots",
    "author": "Anton Stoliarchuk",
    "icons": {
        "16": "images\/w16.png",
        "32": "images\/w32.png",
        "48": "images\/w32.png",
        "128": "images\/w128.png"
    },
    "browser_action": {
        "default_icon": "images\/w32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ],
            "js": [
                "lib\/html2canvas.min.js",
                "script.js"
            ]
        }
    ],
    "offline_enabled": true,
    "signature": "RazieL"
}