Show - Highlighter for Google Slides
Chrome Extension for showing highlights in Google Slides
Show - Highlighter for Google Slidesとは何ですか?
Show - Highlighter for Google Slidesはhttps://educ.ioによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for showing highlights in Google Slides」です。
拡張機能のスクリーンショット
Show - Highlighter for Google Slides拡張機能のCRXファイルをダウンロード
Show - Highlighter for Google Slides拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A great little Chrome browser extension which allows you to add quick and easy highlights when presenting with Google Slides. Once you have installed the extension, you can add highlights to the slides you are presenting, as well as being able to download the highlighted slide as a PNG image file - in case you want to share it with your audience / class later!
拡張機能の基本情報
名前 | Show - Highlighter for Google Slides |
ID | ogjfcicbofbobbljgbmkbgehfmkmanpa |
公式URL | https://chromewebstore.google.com/detail/show-highlighter-for-goog/ogjfcicbofbobbljgbmkbgehfmkmanpa |
説明 | Chrome Extension for showing highlights in Google Slides |
ファイルサイズ | 45.1 KB |
インストール数 | 2,000 |
現在のバージョン | 1.0.7 |
最終更新日 | 2020-08-14 |
公開日 | 2020-01-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://educ.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://educ.io/extensions/show |
ヘルプページのURL | https://educ.io/extensions/show |
プライバシーポリシーページのURL | https://educ.io/about?highlight=privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "45", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/docs.google.com\/presentation\/*" ], "content_scripts": [ { "matches": [ "*:\/\/docs.google.com\/presentation\/*" ], "all_frames": true, "js": [ "rough.js", "saveSvgAsPng.js", "mousetrap.js", "script.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'" } |