gifstasher

Store your reaction gifs for quick and easy access!

什么是gifstasher?

gifstasher是由cloudbuster开发的Chrome扩展程序,该扩展的主要功能是“Store your reaction gifs for quick and easy access!”。

扩展截图

screenshot

下载gifstasher扩展crx文件

下载gifstasher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly stash gifs while browsing simply by right-clicking and selecting "Stash this gif." Select from your stash and copy the link simply by clicking the gif!

Latest update:

1.0.6
 - Bug fixes

1.0.5
 - Now you can "Copy and Stash" from the Chrome context menu
 - Various bug fixes and performance fixes                    

扩展基本信息

名称 gifstasher gifstasher
ID enegbanenghjkfmmkjimbckfihbamcfi
官方URL https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi
简介 Store your reaction gifs for quick and easy access!
文件大小 407 KB
安装次数 47
当前版本 1.0.7
更新时间 2014-04-21
上架时间 2014-04-21
评分 3.67/5 共3次评分
开发者 cloudbuster
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gifstasher",
    "description": "Store your reaction gifs for quick and easy access!",
    "version": "1.0.7",
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon-bitty.png",
        "48": "img\/icon-small.png",
        "128": "img\/icon-large.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/require.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/icon-small.png"
    ]
}