Presentation Sync
Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
什麼是Presentation Sync?
Presentation Sync是由Will Ouyang開發的Chrome擴展程式,該擴展的主要功能是“Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.”。
擴展截圖
下載Presentation Sync擴展crx文件
下載Presentation Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you want to do a guided presentation with Google Presentation, and want to synchronise your action like page down, page up to every audience on the web, you may need this extension. This will be useful if you want to use Googpe Presention and Skype or Hangout together to deliver a presentation, you may want everyone to know which page you are talking. Just click the "Sync Present" button on Google Presention, and you action on the page will be synchronised with other did the same.
擴展基本資訊
名稱 | Presentation Sync |
ID | eipedjifhojoogdilhodlpkajogkkdeg |
官方網址 | https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg |
簡介 | Keep presentation synchronised in real-time, do a guided presentation with Google Presentation. |
檔案大小 | 44.27 KB |
安裝次數 | 434 |
目前版本 | 1.1 |
更新時間 | 2015-02-10 |
上架時間 | 2015-02-10 |
評分 | 2.50/5 共 4 次評分 |
開發者 | Will Ouyang |
付費類型 | free |
擴展官網 | http://presentation-sync.herokuapp.com/ |
說明頁面URL | http://presentation-sync.herokuapp.com/ |
支援的語言 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery-1.8.2.min.js", "edit.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*\/edit*" ] }, { "js": [ "jquery-1.8.2.min.js", "present.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*\/present*" ] } ], "description": "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "Presentation Sync", "options_page": "background.html", "page_action": { "default_icon": "icons\/icon_16.png" }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "toastr\/toastr.css", "toastr\/toastr-responsive.css", "jquery-1.8.2.min.js", "toastr\/toastr.js" ] } |