InstaGIF
Easily create Gifs
什么是InstaGIF?
InstaGIF是由instagifchrome开发的Chrome扩展程序,该扩展的主要功能是“Easily create Gifs”。
扩展截图
下载InstaGIF扩展crx文件
下载InstaGIF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create Gifs with captions using your webcam in seconds. Simply type a caption, choose your duration, and record! After the initial record you will be able to either save the Gif or retake another one.
扩展基本信息
名称 | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
官方URL | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
简介 | Easily create Gifs |
文件大小 | 179 KB |
安装次数 | 72 |
当前版本 | 1.3 |
更新时间 | 2015-12-19 |
上架时间 | 2015-12-19 |
评分 | 5.00/5 共14次评分 |
开发者 | instagifchrome |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InstaGIF", "description": "Easily create Gifs", "version": "1.3", "browser_action": { "default_icon": "peanut.png" }, "icons": { "16": "peanut.png", "48": "peanut.png", "128": "peanut.png" }, "background": { "page": "popup.html" }, "permissions": [ "tabs" ] } |