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
Eメール [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"
}