gDrivePrint - Google Drive Print Folder

gDrivePrint - Google Drive Print Folder

Google Drive's missing feature to print all documents in one folder!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.993",
  "name": "gDrivePrint - Google Drive Print Folder",
  "description": "Google Drive's missing feature to print all documents in one folder!",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://s3.amazonaws.com; object-src 'self'"
}