Internet Clicker for Slides
An Internet Clicker for Google Slides Chrome extension
Internet Clicker for Slidesとは何ですか?
Internet Clicker for Slidesはhttps://internetclicker.comによって開発されたChromeの拡張機能で、その主な機能は「An Internet Clicker for Google Slides Chrome extension」です。
拡張機能のスクリーンショット
Internet Clicker for Slides拡張機能のCRXファイルをダウンロード
Internet Clicker for Slides拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Internet clicker allows presenters to remote control Google Slides from anywhere just using a web browser. The presenter can also see their notes and slide preview on the controller. 拡張機能の基本情報
| 名前 | |
| ID | klcibacejfbhiohpkiokjikicocnfbom |
| 公式URL | https://chromewebstore.google.com/detail/internet-clicker-for-slid/klcibacejfbhiohpkiokjikicocnfbom |
| 説明 | An Internet Clicker for Google Slides Chrome extension |
| ファイルサイズ | 247 KB |
| インストール数 | 1,385 |
| 現在のバージョン | 2.4 |
| 最終更新日 | 2022-08-26 |
| 公開日 | 2021-01-22 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://internetclicker.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.internetclicker.com |
| プライバシーポリシーページのURL | https://www.iubenda.com/privacy-policy/22291576/legal |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Internet Clicker for Slides",
"description": "An Internet Clicker for Google Slides Chrome extension",
"version": "2.4",
"manifest_version": 2,
"icons": {
"128": "artwork\/icon128.png",
"48": "artwork\/icon48.png",
"16": "artwork\/icon16.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/presentation\/d\/*"
],
"js": [
"js\/thirdparty\/dti.js",
"js\/content.js"
]
}
],
"browser_action": {
"default_icon": "artwork\/icon16.png",
"default_popup": "popup.html",
"default_title": "Internet Clicker for Slides"
},
"background": {
"persistent": true,
"scripts": [
"js\/thirdparty\/signalr.min.js",
"js\/background.js"
]
},
"permissions": [
"storage",
"tabs",
"https:\/\/internetclickerstaging.streameventlive.com\/",
"https:\/\/internetclicker.com\/"
]
} | |