InstaGIF

Easily create Gifs

InstaGIFとは何ですか?

InstaGIFはinstagifchromeによって開発されたChromeの拡張機能で、その主な機能は「Easily create Gifs」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 InstaGIF InstaGIF
ID dpmdmhknipmbngmapbcjopafcmmoimbp
公式URL 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"
    ]
}