Better Photo Editor

Better Photo Editor

Wat is Better Photo Editor?

Better Photo Editor is een Chrome-extensie ontwikkeld door Austin Viens-DeRuisseau, en de belangrijkste functie is "Better Photo Editor".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Better Photo Editor

Download Better Photo Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
Officiële URL https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
Beschrijving Better Photo Editor
Bestandsgrootte 6.09 MB
Aantal Installaties 144
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2021-05-24
Publicatiedatum 2021-05-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Austin Viens-DeRuisseau
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}