EdScreen
Make multiple webpages visible on the same screen.
Cos'è EdScreen?
EdScreen è un'estensione di Chrome sviluppata da Mr. Teachnology Inc., e la sua funzione principale è "Make multiple webpages visible on the same screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EdScreen
Scarica i file di estensione EdScreen 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
EdScreen by Mr. Teachnology / Jay Murphy Work with multiple pages side by side. EdScreen enhances productivity and functionality while using chrome. For questions please contact [email protected]
Informazioni di Base sull'Estensione
Nome | EdScreen |
ID | kamhblojfkpcbpfbgfpcbiffpnjjoppl |
URL Ufficiale | https://chromewebstore.google.com/detail/edscreen/kamhblojfkpcbpfbgfpcbiffpnjjoppl |
Descrizione | Make multiple webpages visible on the same screen. |
Dimensione del File | 127 KB |
Conteggio Installazioni | 724 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-10-08 |
Data di Pubblicazione | 2017-10-08 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Mr. Teachnology Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.mrteachnology.com |
URL della Pagina di Aiuto | http://www.mrteachnology.com |
URL della Pagina della Politica sulla Privacy | http://www.jaymurphy.org |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EdScreen", "description": "Make multiple webpages visible on the same screen.", "version": "1.5", "icons": { "128": "icons\/edscreen.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/edscreen.png", "default_popup": "popup.html" }, "web_accessible_resources": [], "permissions": [ "activeTab", "tabs", "storage" ] } |