InstaGIF
Easily create Gifs
Wat is InstaGIF?
InstaGIF is een Chrome-extensie ontwikkeld door instagifchrome, en de belangrijkste functie is "Easily create Gifs".
Extensie Screenshots
Download het CRX-bestand van de extensie InstaGIF
Download InstaGIF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
Officiële URL | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
Beschrijving | Easily create Gifs |
Bestandsgrootte | 179 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-12-19 |
Publicatiedatum | 2015-12-19 |
Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | instagifchrome |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |