Resizable Speaker Notes - Google Slides
Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
¿Qué es Resizable Speaker Notes - Google Slides?
Resizable Speaker Notes - Google Slides es una extensión de Chrome desarrollada por Jonathan Potter, y su función principal es "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Resizable Speaker Notes - Google Slides
Descarga archivos de extensión Resizable Speaker Notes - Google Slides en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Resizable Speaker Notes - Google Slides |
ID | hajbjjjgmjnpmhhllpmcgaogojgpedjj |
URL Oficial | https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj |
Descripción | Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides. |
Tamaño del Archivo | 52.1 KB |
Cantidad de Instalaciones | 395 |
Versión Actual | 0.5.1 |
Última Actualización | 2015-02-05 |
Fecha de Publicación | 2015-02-04 |
Calificación | 3.38/5 Total de 8 Calificaciones |
Desarrollador | Jonathan Potter |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |