Gmail Gifline
The fastest way to include gif in your emails
什么是Gmail Gifline?
Gmail Gifline是由zehfernandes开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to include gif in your emails”。
扩展截图
下载Gmail Gifline扩展crx文件
下载Gmail Gifline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Write in any place of gmail compose box
/gif me thegifyouneed
/gif thegifyouneed
or
::gif me thegifyouneed
::gif thegifyouneed
and done. 扩展基本信息
| 名称 | |
| ID | mcmandlkgdpmhpaebifnnepgokcjncej |
| 官方URL | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
| 简介 | The fastest way to include gif in your emails |
| 文件大小 | 70.39 KB |
| 安装次数 | 870 |
| 当前版本 | 1.7 |
| 更新时间 | 2019-06-04 |
| 上架时间 | 2019-06-04 |
| 评分 | 4.10/5 共10次评分 |
| 开发者 | zehfernandes |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://zehfernandes.github.io/gifline/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail Gifline",
"version": "1.7",
"description": "The fastest way to include gif in your emails",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https:\/\/mail.google.com\/*",
"tabs"
],
"web_accessible_resources": [
"jquery-3.4.1.min.js",
"gmail.js",
"main.js"
],
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"manifest_version": 2
} | |