GIF Pocket
Generate reaction gifs links easily for any occasion.
什么是GIF Pocket?
GIF Pocket是由Tony Guglielmi开发的Chrome扩展程序,该扩展的主要功能是“Generate reaction gifs links easily for any occasion.”。
扩展截图
下载GIF Pocket扩展crx文件
下载GIF Pocket扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GIF Pocket aggregates all the albums and their images at http://reactiongifsarchive.imgur.com/ to help improve your commenting/replying experience on all sites.
扩展基本信息
名称 | |
ID | cfgbgcnjmhffmmdmkchhiaegjngpcjdh |
官方URL | https://chrome.google.com/webstore/detail/gif-pocket/cfgbgcnjmhffmmdmkchhiaegjngpcjdh |
简介 | Generate reaction gifs links easily for any occasion. |
文件大小 | 56.58 KB |
安装次数 | 74 |
当前版本 | 0.0.3 |
更新时间 | 2014-04-06 |
上架时间 | 2014-04-06 |
评分 | 5.00/5 共2次评分 |
开发者 | Tony Guglielmi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF Pocket", "version": "0.0.3", "manifest_version": 2, "description": "Generate reaction gifs links easily for any occasion.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_title": "GIF Pocket", "default_popup": "p.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus", "storage", "tabs" ] } |