Imgur Uploader

Paste images into the textbox to upload it to Imgur

Wat is Imgur Uploader?

Imgur Uploader is een Chrome-extensie ontwikkeld door ianwitherow, en de belangrijkste functie is "Paste images into the textbox to upload it to Imgur".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Imgur Uploader

Download Imgur Uploader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Uploads images to imgur.

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

Basisinformatie over de Extensie

Naam Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
Officiële URL https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
Beschrijving Paste images into the textbox to upload it to Imgur
Bestandsgrootte 296 KB
Aantal Installaties 110
Huidige Versie 1.0.1.13
Laatst Bijgewerkt 2016-03-15
Publicatiedatum 2016-03-15
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ianwitherow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}