GIF Maker

Create animated GIFs from existing video file(s) or images!

Τι είναι το GIF Maker;

Το GIF Maker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keller, και η κύρια λειτουργία του είναι "Create animated GIFs from existing video file(s) or images!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GIF Maker

Λήψη αρχείων επέκτασης GIF Maker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GIF Maker is an extension that enables you to create GIF files easily inside your browser.

As the source for the GIF file, this app needs some images (at least two) or a video file. Once one of these inputs is provided, you can click on the - Make GIF - button to create the GIF file. Please note that, before making the GIF image, there are a few settings that you can adjust. If you want to save the GIF file to your machine, please click on the - Download - button. The file will be saved to the default download location on your machine. On the top right corner of the UI, there is a reload button to reload the app (in case something goes wrong or an error occurs). Please note that the default size for the GIF image is (300 x 300) pixels, however, you can edit this value from the UI. This app uses an open-source JavaScript library called gifshot (https://yahoo.github.io/gifshot/).

Note: to convert images to GIFs, please add all images at once to the app interface (top-left section). The app does not support adding images one by one. You can either drop all images or press the green plus icon to choose files. You need at least two images to generate a GIF file.

If you found a bug to report, or have a feature request in mind, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/gif-maker.html).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GIF Maker GIF Maker
ID jdhodfggggnlbjhgdjggokbhbecefadl
Επίσημο URL https://chromewebstore.google.com/detail/gif-maker/jdhodfggggnlbjhgdjggokbhbecefadl
Περιγραφή Create animated GIFs from existing video file(s) or images!
Μέγεθος Αρχείου 44.34 KB
Αριθμός Εγκαταστάσεων 10,030
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2023-07-22
Ημερομηνία Δημοσίευσης 2019-12-15
Αξιολόγηση 3.22/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Keller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/gif-maker.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/gif-maker.html
URL της Σελίδας Πολιτικής Απορρήτου https://mybrowseraddon.com/privacy-policy/keller.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "name": "GIF Maker",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/gif-maker.html",
    "description": "Create animated GIFs from existing video file(s) or images!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "GIF Maker",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}