Global with Murphy

One stop shop for all things Global History related.

Cos'è Global with Murphy?

Global with Murphy è un'estensione di Chrome sviluppata da Global History with Murphy, e la sua funzione principale è "One stop shop for all things Global History related.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Global with Murphy

Scarica i file di estensione Global with Murphy 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

                        Why limit learning to the four walls of the classroom within the limited timeframes of the school day, when you can inspire limitless learning opportunities via Global with Murphy.  

Global with Murphy provides a virtual learning platform where students can engage in active learning by easily accessing course curriculum combined with 21st century resources. 

Parents can utilize Global with Murphy to create school to home connections and live learning opportunities.  

Global History is more than a textbook it is our past present and future.                    

Informazioni di Base sull'Estensione

Nome Global with Murphy Global with Murphy
ID gfkildnhfhihfcjegdlidgjgnjiocban
URL Ufficiale https://chrome.google.com/webstore/detail/global-with-murphy/gfkildnhfhihfcjegdlidgjgnjiocban
Descrizione One stop shop for all things Global History related.
Dimensione del File 15.17 KB
Conteggio Installazioni 65
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-22
Data di Pubblicazione 2016-10-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Global History with Murphy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.globalwithmurphy.com
URL della Pagina di Aiuto http://www.globalwithmurphy.com
Lingue Supportate en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/Globe.png"
    },
    "manifest_version": 2,
    "version": "1.0",
    "name": "Global with Murphy",
    "description": "One stop shop for all things Global History related.",
    "icons": {
        "128": "icons\/Globe.png",
        "16": "icons\/Globe.png",
        "48": "icons\/Globe.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}