Giffing
Replace links to images with gifs in Google Hangouts.
Giffing là gì?
Giffing là một tiện ích mở rộng Chrome được phát triển bởi d43pan, và tính năng chính của nó là "Replace links to images with gifs in Google Hangouts.".
Ả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 Giffing
Tải xuống các tệp mở rộng Giffing 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
This is an open sourced plugin to simply replace image links with the image. Let me know if a link you think should work isn't working. Let me know if there's another site you'd like supported. Supported: - Gmail - Hangouts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
URL Chính Thức | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
Mô tả | Replace links to images with gifs in Google Hangouts. |
Kích Thước Tệp | 89.51 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2016-04-14 |
Ngày Phát Hành | 2016-04-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | d43pan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/d43pan/replacements |
URL Trang Trợ Giúp | https://github.com/d43pan/replacements |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giffing", "description": "Replace links to images with gifs in Google Hangouts.", "version": "0.0.0.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/www.google.com\/*", "https:\/\/hangouts.google.com\/webchat\/*" ], "js": [ "jquery-2.2.3.js", "giffing.js" ], "all_frames": true } ], "icons": { "128": "icon128.png" } } |