Resizable Speaker Notes - Google Slides
Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
O que é Resizable Speaker Notes - Google Slides?
Resizable Speaker Notes - Google Slides é uma extensão do Chrome desenvolvida por Jonathan Potter, e sua principal característica é "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Resizable Speaker Notes - Google Slides
Baixe arquivos de extensão Resizable Speaker Notes - Google Slides no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Resizable Speaker Notes - Google Slides |
ID | hajbjjjgmjnpmhhllpmcgaogojgpedjj |
URL Oficial | https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj |
Descrição | Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides. |
Tamanho do Arquivo | 52.1 KB |
Contagem de Instalações | 395 |
Versão Atual | 0.5.1 |
Última Atualização | 2015-02-05 |
Data de Publicação | 2015-02-04 |
Classificação | 3.38/5 Total de 8 Avaliações |
Desenvolvedor | Jonathan Potter |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |