GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
GIF the Web là gì?
GIF the Web là một tiện ích mở rộng Chrome được phát triển bởi Andy Freeland, và tính năng chính của nó là "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GIF the Web
Tải xuống các tệp mở rộng GIF the Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
URL Chính Thức | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Mô tả | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Kích Thước Tệp | 85.61 KB |
Số Lần Cài Đặt | 292 |
Phiên Bản Hiện Tại | 0.7.4 |
Cập Nhật Lần Cuối | 2016-08-01 |
Ngày Phát Hành | 2016-08-01 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Andy Freeland |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rouge8/gif-the-web#readme |
URL Trang Trợ Giúp | https://github.com/rouge8/gif-the-web/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |