Terral's Tech Tips for Teachers
Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own.
Wat is Terral's Tech Tips for Teachers?
Terral's Tech Tips for Teachers is een Chrome-extensie ontwikkeld door Wanda Terral, en de belangrijkste functie is "Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own.".
Extensie Screenshots
Download het CRX-bestand van de extensie Terral's Tech Tips for Teachers
Download Terral's Tech Tips for Teachers-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
Rotating Google Slide deck of tech tips. See http://bit.ly/extproject1 for a tutorial about how to modify to be your own.
Basisinformatie over de Extensie
Naam | Terral's Tech Tips for Teachers |
ID | inbliplkkkcnlenchjnghbnkamhjebhp |
Officiële URL | https://chromewebstore.google.com/detail/terrals-tech-tips-for-tea/inbliplkkkcnlenchjnghbnkamhjebhp |
Beschrijving | Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own. |
Bestandsgrootte | 6.97 KB |
Aantal Installaties | 113 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-05-27 |
Publicatiedatum | 2019-05-27 |
Ontwikkelaar | Wanda Terral |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Terral's Tech Tips for Teachers", "description": "Rotating Google Slide deck of tech tips. See bit.ly\/extproject1 for tutorial about how to modify to be your own.", "version": "2.1", "icons": { "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "permissions": [] } |