InstaGIF
Easily create Gifs
什麼是InstaGIF?
InstaGIF是由instagifchrome開發的Chrome擴展程式,該擴展的主要功能是“Easily create Gifs”。
擴展截圖
下載InstaGIF擴展crx文件
下載InstaGIF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dpmdmhknipmbngmapbcjopafcmmoimbp |
官方網址 | https://chrome.google.com/webstore/detail/instagif/dpmdmhknipmbngmapbcjopafcmmoimbp |
簡介 | Easily create Gifs |
檔案大小 | 179 KB |
安裝次數 | 72 |
目前版本 | 1.3 |
更新時間 | 2015-12-19 |
上架時間 | 2015-12-19 |
評分 | 5.00/5 共 14 次評分 |
開發者 | instagifchrome |
付費類型 | free |
支援的語言 | 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" ] } |