GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Τι είναι το GIF the Web;
Το GIF the Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andy Freeland, και η κύρια λειτουργία του είναι "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GIF the Web
Λήψη αρχείων επέκτασης GIF the Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you ever wished Facebook animated GIFs like a real website? Have you ever wanted gchat (including hangouts!) to show images inline? Well, now they do. The web just got more awesome. Now with Google Hangouts support!
Βασικές Πληροφορίες Επέκτασης
Όνομα | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
Επίσημο URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Περιγραφή | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Μέγεθος Αρχείου | 85.61 KB |
Αριθμός Εγκαταστάσεων | 292 |
Τρέχουσα Έκδοση | 0.7.4 |
Τελευταία Ενημέρωση | 2016-08-01 |
Ημερομηνία Δημοσίευσης | 2016-08-01 |
Αξιολόγηση | 5.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Andy Freeland |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/rouge8/gif-the-web#readme |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rouge8/gif-the-web/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF the Web", "version": "0.7.4", "manifest_version": 2, "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.", "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "sites\/facebook.com.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "sites\/mail.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/talkgadget.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/hangouts.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] } ] } |