GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
什麼是GIF the Web?
GIF the Web是由Andy Freeland開發的Chrome擴展程式,該擴展的主要功能是“Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.”。
擴展截圖
下載GIF the Web擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |