Resizable Speaker Notes - Google Slides
Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
Cos'è Resizable Speaker Notes - Google Slides?
Resizable Speaker Notes - Google Slides è un'estensione di Chrome sviluppata da Jonathan Potter, e la sua funzione principale è "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Resizable Speaker Notes - Google Slides
Scarica i file di estensione Resizable Speaker Notes - Google Slides in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Resizable Speaker Notes - Google Slides |
ID | hajbjjjgmjnpmhhllpmcgaogojgpedjj |
URL Ufficiale | https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj |
Descrizione | Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides. |
Dimensione del File | 52.1 KB |
Conteggio Installazioni | 395 |
Versione Corrente | 0.5.1 |
Ultimo Aggiornamento | 2015-02-05 |
Data di Pubblicazione | 2015-02-04 |
Valutazione | 3.38/5 Totale 8 Valutazioni |
Sviluppatore | Jonathan Potter |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |