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