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.
Cos'è Terral's Tech Tips for Teachers?
Terral's Tech Tips for Teachers è un'estensione di Chrome sviluppata da Wanda Terral, e la sua funzione principale è "Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Terral's Tech Tips for Teachers
Scarica i file di estensione Terral's Tech Tips for Teachers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Rotating Google Slide deck of tech tips. See http://bit.ly/extproject1 for a tutorial about how to modify to be your own.
Informazioni di Base sull'Estensione
Nome | |
ID | inbliplkkkcnlenchjnghbnkamhjebhp |
URL Ufficiale | https://chromewebstore.google.com/detail/terrals-tech-tips-for-tea/inbliplkkkcnlenchjnghbnkamhjebhp |
Descrizione | Rotating Google Slide deck of tech tips. See bit.ly/extproject1 for tutorial about how to modify to be your own. |
Dimensione del File | 6.97 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-05-27 |
Data di Pubblicazione | 2019-05-27 |
Sviluppatore | Wanda Terral |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |