Better Photo Editor

Better Photo Editor

Cos'è Better Photo Editor?

Better Photo Editor è un'estensione di Chrome sviluppata da Austin Viens-DeRuisseau, e la sua funzione principale è "Better Photo Editor".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better Photo Editor

Scarica i file di estensione Better Photo Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
URL Ufficiale https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
Descrizione Better Photo Editor
Dimensione del File 6.09 MB
Conteggio Installazioni 144
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2021-05-24
Data di Pubblicazione 2021-05-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Austin Viens-DeRuisseau
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}