Pinned Google Drive Firefox

Examine source code of Pinned Google Drive

Inspect and view changes in Pinned Google Drive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "gdrivepanel@alejandrobrizuela.com.ar"
    }
  },
  "manifest_version": 2,
  "name": "Pinned Google Drive",
  "version": "2.1.3",
  "description": "Go to the pinned Google Drive tab. If it doesn't exist, it's created.",
  "icons": {
    "48": "icons/drive-48.png",
    "64": "icons/drive-64.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/drive-32.png"
    },
    "default_title": "Pinned Google Drive",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Pinned Google Drive",
      "search_url": "https://marvelsearch.com/?channel=pgd&q={searchTerms}",
      "is_default": true
    }
  }
}

Best Pinned Google Drive Alternatives

Here are some Firefox add-ons that are similar to Pinned Google Drive: