InstaGIF
Easily create Gifs
Apa itu InstaGIF?
InstaGIF adalah ekstensi Chrome yang dikembangkan oleh instagifchrome, dan fitur utamanya adalah "Easily create Gifs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi InstaGIF
Unduh file ekstensi InstaGIF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
URL Resmi | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
Deskripsi | Easily create Gifs |
Ukuran File | 179 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-12-19 |
Tanggal Publikasi | 2015-12-19 |
Penilaian | 5.00/5 Total 14 Penilaian |
Pengembang | instagifchrome |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |