Better Photo Editor

Better Photo Editor

Qu'est-ce que Better Photo Editor ?

Better Photo Editor est une extension Chrome développée par Austin Viens-DeRuisseau, et sa fonction principale est "Better Photo Editor".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Better Photo Editor

Téléchargez les fichiers d'extension Better Photo Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
URL Officiel https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
Description Better Photo Editor
Taille du Fichier 6.09 MB
Nombre d'Installations 144
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2021-05-24
Date de Publication 2021-05-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Austin Viens-DeRuisseau
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}