Show - Highlighter for Google Slides
Chrome Extension for showing highlights in Google Slides
Wat is Show - Highlighter for Google Slides?
Show - Highlighter for Google Slides is een Chrome-extensie ontwikkeld door https://educ.io, en de belangrijkste functie is "Chrome Extension for showing highlights in Google Slides".
Extensie Screenshots
Download het CRX-bestand van de extensie Show - Highlighter for Google Slides
Download Show - Highlighter for Google Slides-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Show - Highlighter for Google Slides |
ID | ogjfcicbofbobbljgbmkbgehfmkmanpa |
Officiële URL | https://chromewebstore.google.com/detail/show-highlighter-for-goog/ogjfcicbofbobbljgbmkbgehfmkmanpa |
Beschrijving | Chrome Extension for showing highlights in Google Slides |
Bestandsgrootte | 45.1 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2020-08-14 |
Publicatiedatum | 2020-01-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://educ.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://educ.io/extensions/show |
Help Pagina-URL | https://educ.io/extensions/show |
URL van de Privacybeleid Pagina | https://educ.io/about?highlight=privacy |
Ondersteunde Talen | 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'" } |