Global with Murphy

One stop shop for all things Global History related.

Was ist Global with Murphy?

Global with Murphy ist eine Chrome-Erweiterung, die von Global History with Murphy entwickelt wurde, und ihr Hauptmerkmal ist "One stop shop for all things Global History related.".

Erweiterungsscreenshots

screenshot

Global with Murphy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Global with Murphy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Global with Murphy Global with Murphy
ID gfkildnhfhihfcjegdlidgjgnjiocban
Offizielle URL https://chrome.google.com/webstore/detail/global-with-murphy/gfkildnhfhihfcjegdlidgjgnjiocban
Beschreibung One stop shop for all things Global History related.
Dateigröße 15.17 KB
Installationsanzahl 65
Aktuelle Version 1.0
Letztes Update 2016-10-22
Veröffentlichungsdatum 2016-10-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Global History with Murphy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.globalwithmurphy.com
Hilfeseite URL http://www.globalwithmurphy.com
Unterstützte Sprachen 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"
}