tumbyPageGetter + tumbyHover

tumbyPageGetter + tumbyHover

Discover, enjoy, and share content in more places--from any Tumblr on the planet--faster and easier than you ever imagined.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "tumbyPageGetter + tumbyHover",
  "version": "1.167",
  "description": "Discover, enjoy, and share content in more places--from any Tumblr on the planet--faster and easier than you ever imagined.",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "tumbypagefetch.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js",
        "jquery-ui-1.10.3.custom.min.js",
        "toastr.min.js",
        "tumbyBloggerInfo.js",
        "jquery.mousewheel.js"
      ],
      "matches": [
        "http://api.tumblr.com/*",
        "http://tumby.me/*",
        "http://*.tumblr.com/*",
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": [
        "css_file.css",
        "toastr.min.css",
        "magic.min.css"
      ]
    }
  ],
  "page_action": {
    "default_icon": "icon-19.png",
    "default_title": "Get Tumby Page"
  },
  "permissions": [
    "http://api.tumblr.com/*",
    "tabs",
    "http://tumby.me/*",
    "http://*.tumblr.com/*",
    "storage",
    "notifications"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}