Show - Highlighter for Google Slides
Chrome Extension for showing highlights in Google Slides
Show - Highlighter for Google Slides là gì?
Show - Highlighter for Google Slides là một tiện ích mở rộng Chrome được phát triển bởi https://educ.io, và tính năng chính của nó là "Chrome Extension for showing highlights in Google Slides".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Show - Highlighter for Google Slides
Tải xuống các tệp mở rộng Show - Highlighter for Google Slides dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show - Highlighter for Google Slides |
ID | ogjfcicbofbobbljgbmkbgehfmkmanpa |
URL Chính Thức | https://chromewebstore.google.com/detail/show-highlighter-for-goog/ogjfcicbofbobbljgbmkbgehfmkmanpa |
Mô tả | Chrome Extension for showing highlights in Google Slides |
Kích Thước Tệp | 45.1 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2020-08-14 |
Ngày Phát Hành | 2020-01-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://educ.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://educ.io/extensions/show |
URL Trang Trợ Giúp | https://educ.io/extensions/show |
URL Trang Chính Sách Bảo Mật | https://educ.io/about?highlight=privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |