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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Potter และคุณลักษณะหลักของมันคือ "Drag to resize the sidebar and enlarge the slide previews when presenting with speaker notes in Google Slides."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resizable Speaker Notes - Google Slides

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}