Resizable Speaker Notes - Google Slides

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

Was ist Resizable Speaker Notes - Google Slides?

Resizable Speaker Notes - Google Slides ist eine Chrome-Erweiterung, die von Jonathan Potter entwickelt wurde, und ihr Hauptmerkmal ist "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.".

Erweiterungsscreenshots

screenshot

Resizable Speaker Notes - Google Slides-Erweiterungs-CRX-Datei herunterladen

Laden Sie Resizable Speaker Notes - Google Slides-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        When presenting in Google Slides with speaker notes, the slide previews are extremely small and unreadable. This extension allows you to drag and resize the sidebar to enlarge the previews. You can adjust the previews of the current/previous/next slides so that they are large enough that you don't have to keep turning around to see the projected screen; you can keep your eyes towards the audience.

Contribute on Github: https://github.com/jpotterm/chrome-resizable-speaker-notes                    

Grundlegende Informationen zur Erweiterung

Name Resizable Speaker Notes - Google Slides Resizable Speaker Notes - Google Slides
ID hajbjjjgmjnpmhhllpmcgaogojgpedjj
Offizielle URL https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj
Beschreibung Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
Dateigröße 52.1 KB
Installationsanzahl 395
Aktuelle Version 0.5.1
Letztes Update 2015-02-05
Veröffentlichungsdatum 2015-02-04
Bewertung 3.38/5 Insgesamt 8 Bewertungen
Entwickler Jonathan Potter
Zahlungsart free
Unterstützte Sprachen en
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": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.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"
    ]
}