Slides Captions

Make Google Slides Captions Multi Line

ما هو Slides Captions؟

Slides Captions هو إضافة Chrome تم تطويرها بواسطة https://truenorthpd.ca، والميزة الرئيسية لها هي "Make Google Slides Captions Multi Line".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Slides Captions

قم بتنزيل ملفات الامتداد Slides Captions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Slides Captions Slides Captions
ID clhfnkgkjapoielpcakpkelmekloaoji
عنوان URL الرسمي https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji
الوصف Make Google Slides Captions Multi Line
حجم الملف 14.54 KB
عدد التثبيتات 74
النسخة الحالية 1.1.0
آخر تحديث 2023-08-17
تاريخ النشر 2022-03-13
تقييم 5.00/5 مجموع تقييمات 1
المطور https://truenorthpd.ca
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.truenorthpd.ca/apps/slides-captions
عنوان صفحة المساعدة https://github.com/crippit/slidesCaptions/issues
عنوان صفحة سياسة الخصوصية https://www.truenorthpd.ca/privacy-policy
اللغات المدعومة 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\/*"
            ]
        }
    ]
}