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
官方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"
    ]
}