Get Random Gif
This extension adds a gif to your clipboard formatted as a markdown according to a specified tag
什么是Get Random Gif?
Get Random Gif是由demipel8开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a gif to your clipboard formatted as a markdown according to a specified tag”。
扩展截图
下载Get Random Gif扩展crx文件
下载Get Random Gif扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make better acceptance messages with a random GIF. Ideal for pull request flows! 扩展基本信息
| 名称 | |
| ID | lfcealbagbdlnbipcclbndgdmeogbmcl |
| 官方URL | https://chromewebstore.google.com/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl |
| 简介 | This extension adds a gif to your clipboard formatted as a markdown according to a specified tag |
| 文件大小 | 28.4 KB |
| 安装次数 | 49 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2017-07-28 |
| 上架时间 | 2017-07-28 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | demipel8 |
| 付费类型 | free |
| 扩展官网 | https://chrome.google.com/webstore/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl?hl=en-GB&gl=ES |
| 帮助页面URL | https://github.com/demipel8/Random-gif-chrome-extension/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Get Random Gif",
"description": "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag",
"version": "1.0.3",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"author": "Demi [[email protected]]",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+A",
"mac": "Command+Shift+A",
"chromeos": "Ctrl+Shift+A",
"linux": "Ctrl+Shift+A"
},
"description": "Get gif"
}
},
"minimum_chrome_version": "45.0",
"offline_enabled": false,
"options_ui": {
"page": "options.html",
"chrome_style": false
},
"permissions": [
"clipboardWrite",
"https:\/\/tbdsa3t4af.execute-api.us-east-2.amazonaws.com\/v1\/*",
"storage"
],
"short_name": "GRG"
} | |