Resizable Speaker Notes - Google Slides

Resizable Speaker Notes - Google Slides

Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Resizable Speaker Notes - Google Slides",
  "version": "0.5.1",
  "description": "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "Jonathan Potter",
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/presentation/*",
        "https://docs.google.com/a/*/presentation/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "injected_script.js"
  ]
}