Giffing
Replace links to images with gifs in Google Hangouts.
什么是Giffing?
Giffing是由d43pan开发的Chrome扩展程序,该扩展的主要功能是“Replace links to images with gifs in Google Hangouts.”。
扩展截图
下载Giffing扩展crx文件
下载Giffing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | fmmimibhknnhanbaajdamcaopijhgolj |
| 官方URL | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
| 简介 | Replace links to images with gifs in Google Hangouts. |
| 文件大小 | 89.51 KB |
| 安装次数 | 21 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2016-04-14 |
| 上架时间 | 2016-04-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | d43pan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/d43pan/replacements |
| 帮助页面URL | https://github.com/d43pan/replacements |
| 支持的语言 | 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"
}
} | |