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 |
公式URL | 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" ] } |