GIF Pocket

Generate reaction gifs links easily for any occasion.

什麼是GIF Pocket?

GIF Pocket是由Tony Guglielmi開發的Chrome擴展程式,該擴展的主要功能是“Generate reaction gifs links easily for any occasion.”。

擴展截圖

screenshot

下載GIF Pocket擴展crx文件

下載GIF Pocket擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        GIF Pocket aggregates all the albums and their images at http://reactiongifsarchive.imgur.com/ to help improve your commenting/replying experience on all sites.                    

擴展基本資訊

名稱 GIF Pocket GIF Pocket
ID cfgbgcnjmhffmmdmkchhiaegjngpcjdh
官方網址 https://chrome.google.com/webstore/detail/gif-pocket/cfgbgcnjmhffmmdmkchhiaegjngpcjdh
簡介 Generate reaction gifs links easily for any occasion.
檔案大小 56.58 KB
安裝次數 74
目前版本 0.0.3
更新時間 2014-04-06
上架時間 2014-04-06
評分 5.00/5 共 2 次評分
開發者 Tony Guglielmi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Pocket",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Generate reaction gifs links easily for any occasion.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "GIF Pocket",
        "default_popup": "p.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "storage",
        "tabs"
    ]
}