Record to Slides

Record videos and automatically load them into the slide you are on.

Record to Slidesคืออะไร?

Record to Slides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://claycodes.org และคุณลักษณะหลักของมันคือ "Record videos and automatically load them into the slide you are on."

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

screenshot
screenshot

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

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

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

                        Use the video icon in the upper right to add video into your slide.                    

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

ชื่อ Record to Slides Record to Slides
ID kopibndpljhghelmnmokfbfkgdhnihip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/record-to-slides/kopibndpljhghelmnmokfbfkgdhnihip
คำอธิบาย Record videos and automatically load them into the slide you are on.
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 107,902
เวอร์ชันปัจจุบัน 1.0.21
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2020-07-04
คะแนน 3.20/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://claycodes.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.claycodes.org
URL หน้าช่วยเหลือ https://www.claycodes.org
URL หน้านโยบายความเป็นส่วนตัว https://www.claycodes.org/home/privacy-policy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.21",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "tabs"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwfuLPezoKOhXccz7KU6PiPc2EOrwqkrKW3fOekVKZhsxyZ9IM2b6hP19uuSX7Q1drpuQNYeVk7Zcr5qEqFuLefU2iWMrcWQ4GKTqoBfaEWc1pdIYvlSkpZmdK4Cif19G1RDYkpsrCyZDsP9zHSJ3g18JEThnN9b6jt1DnetuzWL9fxCoEpf390QWnkLSw2YjqPbefsjJnsb0SC7g255MFf8IPeLqW6NKDe2jevgxQHJxnvDtSQLOp7A7giRQxXJKZ+ud5zJxa5zcCx6CaO9HnJlxZ13hykrfldBmdLdpw6eROiNEZmXzEzfzkE9Fit83adMYyGvVEWWYZ6H5v4ZV5QIDAQAB",
    "oauth2": {
        "client_id": "579694975801-a0j0jvdh1h1737rkpunm4bsenhcopq28.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/script.external_request",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/presentations",
            "https:\/\/www.googleapis.com\/auth\/youtube.upload",
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly",
            "https:\/\/www.googleapis.com\/auth\/forms",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students",
            "https:\/\/www.googleapis.com\/auth\/classroom.announcements"
        ]
    },
    "background": {
        "service_worker": "workerwrapper.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*",
                "https:\/\/docs.google.com\/forms\/*",
                "https:\/\/classroom.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/classroom.google.com\/r\/*"
            ],
            "css": [
                "css\/materialize.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/soundmeter.js",
                "contentscript.js",
                "js\/materialize.js",
                "js\/replaceMediaStream.js"
            ]
        }
    ],
    "action": {
        "matches": [
            "https:\/\/docs.google.com\/presentation\/*",
            "https:\/\/docs.google.com\/forms\/*",
            "https:\/\/classroom.google.com\/*"
        ],
        "exclude_matches": [
            "https:\/\/classroom.google.com\/r\/*"
        ],
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}