InstaGIF
Easily create Gifs
Cos'è InstaGIF?
InstaGIF è un'estensione di Chrome sviluppata da instagifchrome, e la sua funzione principale è "Easily create Gifs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InstaGIF
Scarica i file di estensione InstaGIF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
Descrizione | Easily create Gifs |
Dimensione del File | 179 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-12-19 |
Data di Pubblicazione | 2015-12-19 |
Valutazione | 5.00/5 Totale 14 Valutazioni |
Sviluppatore | instagifchrome |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |