Pinned Google Drive

Pinned Google Drive

Opens Google Drive in New Pinned Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Pinned Google Drive",
  "version": "1.0",
  "description": "Opens Google Drive in New Pinned Tab ",
  "background": {
    "scripts": [
      "pinnedgdrive.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16px-gdriveicon.png",
      "32": "icons/32px-gdriveicon.png"
    }
  }
}