Next Slide
Next Slide changes slides with voice commands.
Next Slideとは何ですか?
Next Slideはhttps://claycodes.comによって開発されたChromeの拡張機能で、その主な機能は「Next Slide changes slides with voice commands.」です。
拡張機能のスクリーンショット
Next Slide拡張機能のCRXファイルをダウンロード
Next Slide拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Next Slide takes voice commands when presenting to advance slides. "next slide", "previous slide" and "go to slide" will activate the extension.
拡張機能の基本情報
名前 | Next Slide |
ID | piohcheglcfjhpnfhpjfpmhipfopfhbg |
公式URL | https://chromewebstore.google.com/detail/next-slide/piohcheglcfjhpnfhpjfpmhipfopfhbg |
説明 | Next Slide changes slides with voice commands. |
ファイルサイズ | 215 KB |
インストール数 | 359 |
現在のバージョン | 0.0.8 |
最終更新日 | 2022-03-30 |
公開日 | 2020-12-06 |
開発者 | https://claycodes.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.claycodes.org/home/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.8", "permissions": [ "https:\/\/docs.google.com\/presentation\/*", "storage" ], "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/*" ], "run_at": "document_end", "css": [ "css\/materialize.css", "css\/styles.css" ], "js": [ "js\/jquery.js", "contentscript.js", "js\/materialize.js" ] } ], "browser_action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "icons": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |