InstaGIF
Easily create Gifs
Qu'est-ce que InstaGIF ?
InstaGIF est une extension Chrome développée par instagifchrome, et sa fonction principale est "Easily create Gifs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InstaGIF
Téléchargez les fichiers d'extension InstaGIF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
URL Officiel | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
Description | Easily create Gifs |
Taille du Fichier | 179 KB |
Nombre d'Installations | 72 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2015-12-19 |
Date de Publication | 2015-12-19 |
Évaluation | 5.00/5 Total 14 Évaluations |
Développeur | instagifchrome |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |