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
官方網址 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"
}