Imgur Uploader

Paste images into the textbox to upload it to Imgur

什么是Imgur Uploader?

Imgur Uploader是由ianwitherow开发的Chrome扩展程序,该扩展的主要功能是“Paste images into the textbox to upload it to Imgur”。

扩展截图

screenshot
screenshot
screenshot

下载Imgur Uploader扩展crx文件

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

扩展使用说明

                        Uploads images to imgur.

You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.                    

扩展基本信息

名称 Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
官方URL https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
简介 Paste images into the textbox to upload it to Imgur
文件大小 296 KB
安装次数 110
当前版本 1.0.1.13
更新时间 2016-03-15
上架时间 2016-03-15
评分 4.00/5 共3次评分
开发者 ianwitherow
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paste images into the textbox to upload it to Imgur",
    "manifest_version": 2,
    "icons": {
        "128": ".\/images\/Imgur_Logo_Icon.png",
        "16": ".\/images\/Imgur_Logo_Icon.png",
        "48": ".\/images\/Imgur_Logo_Icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/Imgur_Logo_Icon.png",
        "default_title": "Imgur Uploader",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.472",
    "name": "Imgur Uploader",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1.13"
}