Resizable Speaker Notes - Google Slides
Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
Qu'est-ce que Resizable Speaker Notes - Google Slides ?
Resizable Speaker Notes - Google Slides est une extension Chrome développée par Jonathan Potter, et sa fonction principale est "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Resizable Speaker Notes - Google Slides
Téléchargez les fichiers d'extension Resizable Speaker Notes - Google Slides au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Resizable Speaker Notes - Google Slides |
ID | hajbjjjgmjnpmhhllpmcgaogojgpedjj |
URL Officiel | https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj |
Description | Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides. |
Taille du Fichier | 52.1 KB |
Nombre d'Installations | 395 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2015-02-05 |
Date de Publication | 2015-02-04 |
Évaluation | 3.38/5 Total 8 Évaluations |
Développeur | Jonathan Potter |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |