Upload to Imgur

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

Apa itu Upload to Imgur?

Upload to Imgur adalah ekstensi Chrome yang dikembangkan oleh b3zman41, dan fitur utamanya adalah "When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Upload to Imgur

Unduh file ekstensi Upload to Imgur dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Upload to Imgur Upload to Imgur
ID kedcacdiooafipfmpdgdjaaekkdnhibn
URL Resmi https://chrome.google.com/webstore/detail/upload-to-imgur/kedcacdiooafipfmpdgdjaaekkdnhibn
Deskripsi When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.
Ukuran File 679 KB
Jumlah Instalasi 857
Versi Saat Ini 2.2
Terakhir Diperbarui 2015-02-27
Tanggal Publikasi 2015-02-27
Penilaian 3.73/5 Total 11 Penilaian
Pengembang b3zman41
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}