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 |
| 官方網址 | 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
} | |