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... 擴展基本資訊
| 名稱 | |
| ID | fkpnhehfbgkpabafhjmlilogpachlhjo |
| 官方網址 | 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"
} | |