Imgur Uploader

Imgur Uploader

Paste images into the textbox to upload it to Imgur

Merlin
Additional files are visible only to premium users

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": {
    "16": "./images/Imgur_Logo_Icon.png",
    "48": "./images/Imgur_Logo_Icon.png",
    "128": "./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"
}