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 |
官方網址 | 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 |
電子郵箱 | [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'" } |