Remote for Slides

Control Google Slides on any device, remotely.

Remote for Slidesคืออะไร?

Remote for Slides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://limhenry.xyz และคุณลักษณะหลักของมันคือ "Control Google Slides on any device, remotely."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remote for Slides

ดาวน์โหลดไฟล์ส่วนขยาย Remote for Slides ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Remote for Slides allows you to control Google Slides on any device, remotely, without the need of any extra hardware.

✨ FEATURES

✔️ Control presentation slide (Next/Previous slide)
✔️ View speaker notes with adjustable font size
✔️ View timer
✔️ Control YouTube playback
✔️ Control Google Slides using Game Controller
✔️ Dark mode & Black Mode
✔️ Multiple languages support
✔️ Add to home screen
✔️ Easy to use


❓ HOW TO USE

1. Install Remote for Slides Chrome Extension from the Chrome Web Store.
2. Open your Google Slides in Editor Mode, then click on the “Present with Remote” button.
3. Next, click on the “Start Remote” button to show the 6-digit code.
4. Enter the 6-digit code in the Remote for Slides Progressive Web App (s.limhenry.xyz) or in the Remote for Slides Lite Android App (bit.ly/slides-lite), and you are ready to go!

🎮 Game Controller Support [NEW!] 

 - Now you can control your Google Slides presentation using your game controller (Xbox Controller, PlayStation Controller, Joy-Con, etc.).
 - How? Just connect your game controller to your computer (via Bluetooth or USB). That's it. You are good to go.

📱 Remote for Slides Apps

  • Remote for Slides Progressive Web App: https://s.limhenry.xyz
  • Remote for Slides Lite Android App: https://bit.ly/slides-lite


🎁 DONATE

PayPal: https://go.limhenry.xyz/donate
Patreon: https://patreon.com/remoteforslides
Ko-fi: https://ko-fi.com/remoteforslides


👨🏻‍💻️ FIND US ON

What's Remote for Slides: https://go.limhenry.xyz/what-is-remote
Twitter: https://twitter.com/remoteforslides
YouTube: https://www.youtube.com/channel/UCQ3tNfjAlGqMP6P5Vg-OblQ                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remote for Slides Remote for Slides
ID pojijacppbhikhkmegdoechbfiiibppi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remote-for-slides/pojijacppbhikhkmegdoechbfiiibppi
คำอธิบาย Control Google Slides on any device, remotely.
ขนาดไฟล์ 308 KB
จำนวนการติดตั้ง 145,634
เวอร์ชันปัจจุบัน 2.0.19
อัปเดตครั้งล่าสุด 2023-03-23
วันที่เผยแพร่ 2019-05-03
คะแนน 4.17/5 รวมทั้งหมด 128 คะแนน
ผู้พัฒนา https://limhenry.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://limhenry.xyz/slides/
URL หน้าช่วยเหลือ https://limhenry.xyz/slides/
URL หน้านโยบายความเป็นส่วนตัว https://policies.limhenry.xyz/slides
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "2.0.19",
    "offline_enabled": false,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "Remote for Slides",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*",
                "https:\/\/slides.limhenry.xyz\/*"
            ],
            "js": [
                "firebase-app.min.js",
                "firebase-database.min.js",
                "firebase-auth.min.js",
                "content.min.js",
                "welcome-analytics.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.limhenry.xyz\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "web_accessible_resources": [
        "images\/logo_128.png"
    ],
    "options_page": "welcome.html"
}