Upload to Imgur

When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.

Upload to Imgurとは何ですか?

Upload to Imgurはb3zman41によって開発されたChromeの拡張機能で、その主な機能は「When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.」です。

拡張機能のスクリーンショット

screenshot

Upload to Imgur拡張機能のCRXファイルをダウンロード

Upload to Imgur拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.                    

拡張機能の基本情報

名前 Upload to Imgur Upload to Imgur
ID kedcacdiooafipfmpdgdjaaekkdnhibn
公式URL https://chrome.google.com/webstore/detail/upload-to-imgur/kedcacdiooafipfmpdgdjaaekkdnhibn
説明 When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.
ファイルサイズ 679 KB
インストール数 857
現在のバージョン 2.2
最終更新日 2015-02-27
公開日 2015-02-27
評価 3.73/5 合計 11 レビュー
開発者 b3zman41
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Upload to Imgur",
    "version": "2.2",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "imgur_16.png",
        "128": "imgur_128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "main.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}