Save as GIF

Download GIF images as .gif format

Τι είναι το Save as GIF;

Το Save as GIF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Minh Anh Dang, και η κύρια λειτουργία του είναι "Download GIF images as .gif format".

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

screenshot

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

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

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

                        Extension Name: GIF Saver

Description:
GIF Saver is a handy browser extension designed to enhance your web browsing experience by allowing you to seamlessly save GIF images directly to your computer. Say goodbye to the frustration of unintentional format conversions – this extension ensures that your saved GIFs remain in their original format without the risk of being converted to .webp.

Key Features:

- Format Preservation: Save GIFs with confidence, knowing that they will be preserved in their native GIF format.
- One-Click Saving: Streamlined functionality with a simple one-click saving process for quick and efficient GIF downloads.
- Browser Compatibility: Compatible with popular web browsers, providing a consistent experience across platforms.
- User-Friendly Interface: Intuitive and user-friendly interface for a hassle-free GIF saving experience.
- Privacy-Focused: Built with user privacy in mind, ensuring a secure and reliable extension.

How to Use:

1. Install the GIF Saver extension from the Chrome Web Store (or relevant extension store for your browser).
2. Browse the web and discover captivating GIFs.
3. Click on the GIF Saver icon in your browser toolbar when you find a GIF you'd like to save.
4. The saved GIF will be stored in a folder named "SaveAsGif" on your computer, usually in the Downloads directory.
5. The storage format is organized by date and page title for easy navigation: "SaveAsGIF/{YY-MM-DD}/{PageTitle}"

For example: "SaveAsGIF/22-11-24/Funny_Cats"
This ensures a tidy and organized storage structure for your saved GIFs.

Upgrade your GIF-saving experience with GIF Saver – the extension that puts control back in your hands.                    

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

Όνομα Save as GIF Save as GIF
ID ggmbioikhaicmnggmekhdhljdamngpam
Επίσημο URL https://chromewebstore.google.com/detail/save-as-gif/ggmbioikhaicmnggmekhdhljdamngpam
Περιγραφή Download GIF images as .gif format
Μέγεθος Αρχείου 17.66 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-11-30
Ημερομηνία Δημοσίευσης 2023-11-30
Αξιολόγηση 3.95/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Minh Anh Dang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1OyRPmbEkBkXwjuDjuqT_DNFjOGm8bo_2OhIf7vUPUZw/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save as GIF",
    "version": "1.0",
    "description": "Download GIF images as .gif format",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "48": "icon.png"
        }
    },
    "icons": {
        "48": "icon.png"
    }
}