Presentation Pro

Control Google Slides on any device, remotely.

什么是Presentation Pro?

Presentation Pro是由nathanhuang开发的Chrome扩展程序,该扩展的主要功能是“Control Google Slides on any device, remotely.”。

下载Presentation Pro扩展crx文件

下载Presentation Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant...                    

扩展基本信息

名称 Presentation Pro Presentation Pro
ID fkpnhehfbgkpabafhjmlilogpachlhjo
官方URL https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo
简介 Control Google Slides on any device, remotely.
文件大小 116 KB
安装次数 81
当前版本 1.3
更新时间 2017-05-21
上架时间 2017-05-20
评分 5.00/5 共2次评分
开发者 nathanhuang
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery.min.js",
                "socket.io-1.1.0.js",
                "analytics.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*\/present*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Control Google Slides on any device, remotely.",
    "icons": {
        "128": "logo_192.png",
        "16": "logo_192.png",
        "48": "logo_192.png"
    },
    "manifest_version": 2,
    "name": "Presentation Pro",
    "offline_enabled": true,
    "options_page": "welcome.html",
    "permissions": [
        "notifications"
    ],
    "short_name": "Remote for Google Slides",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}