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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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'" } |