UploadCC: Screen Capture Tool (Share or Save)

UploadCC: Screen Capture Tool (Share or Save)

Simple Screen Capture Tool Select the area which you want to capture. You can choose to upload it and share with your friend or download it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Simple screenshot tool, select the area which you want to capture and upload or download it",
  "manifest_version": 2,
  "name": "UploadCC: Screen Capture Tool (Share or Save)",
  "version": "1.4",
  "homepage_url": "https://upload.cc",
  "icons": {
    "19": "images/icon19.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "38": "images/icon38.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon32.png"
  },
  "permissions": [
    "<all_urls>"
  ]
}