GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Apa itu GIF the Web?
GIF the Web adalah ekstensi Chrome yang dikembangkan oleh Andy Freeland, dan fitur utamanya adalah "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GIF the Web
Unduh file ekstensi GIF the Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
URL Resmi | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Deskripsi | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Ukuran File | 85.61 KB |
Jumlah Instalasi | 292 |
Versi Saat Ini | 0.7.4 |
Terakhir Diperbarui | 2016-08-01 |
Tanggal Publikasi | 2016-08-01 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | Andy Freeland |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rouge8/gif-the-web#readme |
URL Halaman Bantuan | https://github.com/rouge8/gif-the-web/issues |
Bahasa yang Didukung | 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" ] } ] } |