Dribbble Attachments at List

Dribbble Attachments at List

Show all attachments at list page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dribbble Attachments at List",
  "version": "2.3",
  "manifest_version": 2,
  "description": "Show all attachments at list page.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://dribbble.com/*",
        "https://dribbble.com/*"
      ],
      "js": [
        "jquery.js",
        "dribbbleattachments.min.js"
      ],
      "css": [
        "dribbbleattachments.min.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "icon-attach-pink-16-2x.png"
  ]
}