Get Tmbl Image

Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Get Tmbl Image",
  "description": "Easy loading of jpg image from image page on Tumblr",
  "version": "1.0",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "browser_action": {},
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "res/img/icon16.png",
    "48": "res/img/icon48.png",
    "128": "res/img/icon128.png"
  }
}