Resizable Speaker Notes - Google Slides
Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
Resizable Speaker Notes - Google Slides란 무엇입니까?
Resizable Speaker Notes - Google Slides은(는) Jonathan Potter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides."입니다.
확장 프로그램 스크린샷
Resizable Speaker Notes - Google Slides 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Resizable Speaker Notes - Google Slides |
ID | hajbjjjgmjnpmhhllpmcgaogojgpedjj |
공식 URL | https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj |
설명 | Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides. |
파일 크기 | 52.1 KB |
설치 횟수 | 395 |
현재 버전 | 0.5.1 |
최근 업데이트 | 2015-02-05 |
출시 날짜 | 2015-02-04 |
평점 | 3.38/5 총 8 개의 평점 |
개발자 | Jonathan Potter |
결제 유형 | free |
지원되는 언어 | 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" ] } |