InstaGIF
Easily create Gifs
What is InstaGIF?
InstaGIF is a Chrome extension developed by instagifchrome, and its main feature is "Easily create Gifs".
Extension Screenshots
Download InstaGIF Extension CRX File
Download InstaGIF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
Official URL | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
Description | Easily create Gifs |
File Size | 179 KB |
Installation Count | 72 |
Current Version | 1.3 |
Last Updated | 2015-12-19 |
Publish Date | 2015-12-19 |
Rating | 5.00/5 Total 14 Ratings |
Developer | instagifchrome |
Payment Type | free |
Supported Languages | 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" ] } |