GIF Adder

This extension let's you easily save GIFs for easy forum post reference.

GIF Adderとは何ですか?

GIF AdderはRobertによって開発されたChromeの拡張機能で、その主な機能は「This extension let's you easily save GIFs for easy forum post reference.」です。

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

screenshot
screenshot
screenshot

GIF Adder拡張機能のCRXファイルをダウンロード

GIF Adder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have some favorite GIFs you enjoy using over and over again?  GIF Adder makes it really easy to reference all of your favorite GIFs anytime.  Have a GIF you'd like to save?  Just right-click on it, save it with a name you'll remember and it is added to your list of GIFs.  

On a forum and ready to use your GIF?  Just right-click and find the GIF you'd like to use.

You can view your list of GIFs in the extension's popup window.  Clicking on any GIF in this popup will remove it from your list of saved GIFs.

If you don't post on forums, and just want the link without the forum tags, simply open up the pop-up and choose "Plain URL" to get just the URL without the forum tag wrappers.                    

拡張機能の基本情報

名前 GIF Adder GIF Adder
ID jjbibkgffndgflndegepoplnadanhjpi
公式URL https://chrome.google.com/webstore/detail/gif-adder/jjbibkgffndgflndegepoplnadanhjpi
説明 This extension let's you easily save GIFs for easy forum post reference.
ファイルサイズ 7.98 KB
インストール数 281
現在のバージョン 1.1
最終更新日 2015-02-02
公開日 2015-02-02
評価 3.67/5 合計 3 レビュー
開発者 Robert
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Adder",
    "description": "This extension let's you easily save GIFs for easy forum post reference.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ]
}