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 là gì?

Resizable Speaker Notes - Google Slides là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Potter, và tính năng chính của nó là "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resizable Speaker Notes - Google Slides

Tải xuống các tệp mở rộng Resizable Speaker Notes - Google Slides dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resizable Speaker Notes - Google Slides Resizable Speaker Notes - Google Slides
ID hajbjjjgmjnpmhhllpmcgaogojgpedjj
URL Chính Thức https://chromewebstore.google.com/detail/resizable-speaker-notes-g/hajbjjjgmjnpmhhllpmcgaogojgpedjj
Mô tả Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides.
Kích Thước Tệp 52.1 KB
Số Lần Cài Đặt 395
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2015-02-05
Ngày Phát Hành 2015-02-04
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jonathan Potter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}