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.”。

擴展截圖

screenshot

下載Resizable Speaker Notes - Google Slides擴展crx文件

下載Resizable Speaker Notes - Google Slides擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Resizable Speaker Notes - Google Slides
ID hajbjjjgmjnpmhhllpmcgaogojgpedjj
官方網址 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"
    ]
}