Slides Reveal

Reveal Slides to a shared presentation one slide at a time

Slides Reveal là gì?

Slides Reveal là một tiện ích mở rộng Chrome được phát triển bởi https://claycodes.org, và tính năng chính của nó là "Reveal Slides to a shared presentation one slide at a time".

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

screenshot
screenshot

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

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

                        From the Presenting slides click the extension icon to paste a slide deck you can edit as the slide deck to reveal slides to. Click the switch to turn the extension on for the presenting slides  you are on. Set the optional delay for sending. Slides will be sent to the reveal deck after the presentation has been displayed for the amount of seconds set as the delay.                    

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

Tên Slides Reveal Slides Reveal
ID ciddpbgegdenbmddmmpiiebnnnafapma
URL Chính Thức https://chromewebstore.google.com/detail/slides-reveal/ciddpbgegdenbmddmmpiiebnnnafapma
Mô tả Reveal Slides to a shared presentation one slide at a time
Kích Thước Tệp 28.7 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-09-12
Ngày Phát Hành 2020-04-28
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://claycodes.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.claycodes.org/google-add-onsextensions/slides-reveal
URL Trang Trợ Giúp https://www.claycodes.org/google-add-onsextensions/slides-reveal
URL Trang Chính Sách Bảo Mật https://www.claycodes.org/home/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "content_security_policy": "script-src 'self' 'unsafe-inline' 'report-sample' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/*.googleapis.com https:\/\/*.google.com; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/apis.google.com https:\/\/*.google.com https:\/\/*.googleapis.com; style-src 'unsafe-inline' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/*.google.com https:\/\/*.googleapis.com;",
    "permissions": [
        "https:\/\/docs.google.com\/presentation*",
        "storage",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1IXj5M8GkGkhCVfI6WAEE094DVEWQ8pyM6WnVvIpFmSd7kIDY23H4oT2LElf5nFzOl3q9es8BdMWB09WdEwlNf2Ip0a+iqb8PuQCzH4VGGzo5Jgjm\/lTeBDkyNLfQE1eMQtX73lU3xJbE8IeLVfgEm0iIbV+D91R5DJIsdMJJZ8Y3fAhcRo2vpZAPK8hjnq\/fZbLS5OIO53sISmdqTo878BGwEP8386aCicIn5MNxAMZmW5RKptr4Ytxjn5sLJAkgTBB5QN2bN4dWjuD5o+JLrLgaUrAYQmNNFH+D4+SOkdl1Vz7Lwki93ToC6kwmG6OsgkbCfMFh2YLHmd8gUAyHwIDAQAB",
    "oauth2": {
        "client_id": "624245089710-vsse26cs3tueeoi6b3lk7fns288ua1a8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/presentations",
            "https:\/\/www.googleapis.com\/auth\/script.external_request"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/docs.google.com\/presentation*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "page_action": {
        "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"
    }
}