Imgur Uploader

Paste images into the textbox to upload it to Imgur

Qu'est-ce que Imgur Uploader ?

Imgur Uploader est une extension Chrome développée par ianwitherow, et sa fonction principale est "Paste images into the textbox to upload it to Imgur".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Imgur Uploader

Téléchargez les fichiers d'extension Imgur Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Uploads images to imgur.

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

Informations de Base sur l'Extension

Nom Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
URL Officiel https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
Description Paste images into the textbox to upload it to Imgur
Taille du Fichier 296 KB
Nombre d'Installations 110
Version Actuelle 1.0.1.13
Dernière Mise à Jour 2016-03-15
Date de Publication 2016-03-15
Évaluation 4.00/5 Total 3 Évaluations
Développeur ianwitherow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}