Better Photo Editor

Better Photo Editor

¿Qué es Better Photo Editor?

Better Photo Editor es una extensión de Chrome desarrollada por Austin Viens-DeRuisseau, y su función principal es "Better Photo Editor".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Better Photo Editor

Descarga archivos de extensión Better Photo Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
URL Oficial https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
Descripción Better Photo Editor
Tamaño del Archivo 6.09 MB
Cantidad de Instalaciones 144
Versión Actual 0.0.0.4
Última Actualización 2021-05-24
Fecha de Publicación 2021-05-07
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Austin Viens-DeRuisseau
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}