Open the link in Google™ Docs

Open the link in Google™ Docs

Open the link (PDF, DOC, Image) in Google Docs in the context menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_short_name__",
  "description": "__MSG_app_description__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "version": "0.2.0",
  "author": "raingart",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  }
}