MightyGIF

Sending GIF's in email is easier then ever before!

Τι είναι το MightyGIF;

Το MightyGIF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mightygif, και η κύρια λειτουργία του είναι "Sending GIF's in email is easier then ever before!".

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

screenshot
screenshot

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

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

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

                        Send a GIF directly from Gmail!

If a picture's worth a thousand words, then how many pictures is a GIF worth?  Send a funny GIF to your friends in an email in just a few clicks.  It's never been this easy to make your friends laugh, and perfectly capture how you feel at that moment when you read their email. 

Steps for use:
1. Begin reply to existing email thread/Compose a new email
2. Click on MightyGIF magic icon to the right of the Emoji button
3. Choose a funny GIF
4. Send that email                    

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

Όνομα MightyGIF MightyGIF
ID ajaggmgncnomlmjemobonfcnhaggampg
Επίσημο URL https://chrome.google.com/webstore/detail/mightygif/ajaggmgncnomlmjemobonfcnhaggampg
Περιγραφή Sending GIF's in email is easier then ever before!
Μέγεθος Αρχείου 1.62 MB
Αριθμός Εγκαταστάσεων 63
Τρέχουσα Έκδοση 2.7
Τελευταία Ενημέρωση 2015-03-20
Ημερομηνία Δημοσίευσης 2015-03-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής mightygif
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MightyGIF",
    "short_name": "MightyGIF",
    "description": "Sending GIF's in email is easier then ever before!",
    "version": "2.7",
    "icons": {
        "48": "img\/48x48_logo.png",
        "128": "img\/128x128_logo.png"
    },
    "permissions": [
        "https:\/\/textyserver.appspot.com\/*",
        "https:\/\/mighty-app.appspot.com\/*",
        "https:\/\/mightytext.co\/*",
        "https:\/\/mail.google.com\/mail\/*",
        "tabs",
        "webNavigation",
        "storage",
        "contextMenus",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "img\/teal_magic_wand_128x128.png",
        "img\/remove.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/gifs.css",
                "css\/font-awesome-4.2.0\/css\/font-awesome.min.css"
            ],
            "js": [
                "libs\/jquery-2.1.0.min.js",
                "libs\/mutation_summary.js",
                "js\/gifs_cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "object-src 'self';  script-src 'self' https:\/\/textyserver.appspot.com https:\/\/mighty-app.appspot.com https:\/\/talkgadget.google.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/i.kissmetrics.com  https:\/\/mightytext.net https:\/\/static.intercomcdn.com https:\/\/api.intercom.io https:\/\/www.googleapis.com  https:\/\/mightytext.co https:\/\/*.bootstrapcdn.com ",
    "manifest_version": 2
}