Better Photo Editor

Better Photo Editor

Was ist Better Photo Editor?

Better Photo Editor ist eine Chrome-Erweiterung, die von Austin Viens-DeRuisseau entwickelt wurde, und ihr Hauptmerkmal ist "Better Photo Editor".

Erweiterungsscreenshots

screenshot
screenshot

Better Photo Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better Photo Editor-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

                        This tool is an improved photo and GIF editing tool to help improve the way to edit photos and being able to take quick screenshots. With a various amount of tools available, there are many ways you can edit your photos into the way that you want them to be. 
I developed this on my own and updates will be coming and any feedback is appreciated!

- Edit Gifs
- Create Gifs
- Create quick image edits or add text to an image
- Apply various filters onto images

Donation Link - https://streamlabs.com/nochillaustin 
Any donation is appreciated but if you aren't able to then that is alright! I appreciate you <3                    

Grundlegende Informationen zur Erweiterung

Name Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
Offizielle URL https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
Beschreibung Better Photo Editor
Dateigröße 6.09 MB
Installationsanzahl 144
Aktuelle Version 0.0.0.4
Letztes Update 2021-05-24
Veröffentlichungsdatum 2021-05-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Austin Viens-DeRuisseau
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Photo Editor",
    "version": "0.0.0.4",
    "description": "Better Photo Editor",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "CSS\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Images\/Drawing.png",
        "default_title": "",
        "default_popup": "Home.html"
    },
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "unlimitedStorage"
    ],
    "manifest_version": 2
}