Slides Captions

Make Google Slides Captions Multi Line

Slides Captions là gì?

Slides Captions là một tiện ích mở rộng Chrome được phát triển bởi https://truenorthpd.ca, và tính năng chính của nó là "Make Google Slides Captions Multi Line".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slides Captions

Tải xuống các tệp mở rộng Slides Captions 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

                        Slides Captions allows you to turn Google Slides into a full screen captioning tool idea for those who have hearing loss, auditory processing disorders, or foreign language learners. 

It allows you to:

• Choose the font, 
• Line spacing, 
• Font size
• Font colours, 

The extension puts you in control of your Google Slides Captions.

To use the extension load your presentation by using /present in the URL with Google Slides, enable captions and then click the extension icon. Preferences can be set by right clicking on the extension icon. You can then enter full screen if you wish. 

Some example use cases:

- In a school auditorium, it can be used for providing captions on a projector or TV for students with hearing loss, or auditory processing issues. 
- In an office, it can be used for captioning a meeting or presentation
- At a comedy club, it could be used for captioning the comedy show
- There are many other possible uses for the extension.

If you're enjoying Slides Captions, try out Zip Captions our browser based dedicated tool at https://zipcaptions.app                    

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

Tên Slides Captions Slides Captions
ID clhfnkgkjapoielpcakpkelmekloaoji
URL Chính Thức https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji
Mô tả Make Google Slides Captions Multi Line
Kích Thước Tệp 14.54 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2022-03-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://truenorthpd.ca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.truenorthpd.ca/apps/slides-captions
URL Trang Trợ Giúp https://github.com/crippit/slidesCaptions/issues
URL Trang Chính Sách Bảo Mật https://www.truenorthpd.ca/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Slides Captions",
    "version": "1.1.0",
    "description": "Make Google Slides Captions Multi Line",
    "options_page": "popup.html",
    "action": {
        "default_title": "Click to enable large captions"
    },
    "background": {
        "service_worker": "scripts.js"
    },
    "icons": {
        "128": "icon128.webp"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/presentation\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "banner.html"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ]
}