Global with Murphy

One stop shop for all things Global History related.

¿Qué es Global with Murphy?

Global with Murphy es una extensión de Chrome desarrollada por Global History with Murphy, y su función principal es "One stop shop for all things Global History related.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Global with Murphy

Descarga archivos de extensión Global with Murphy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Global with Murphy Global with Murphy
ID gfkildnhfhihfcjegdlidgjgnjiocban
URL Oficial https://chrome.google.com/webstore/detail/global-with-murphy/gfkildnhfhihfcjegdlidgjgnjiocban
Descripción One stop shop for all things Global History related.
Tamaño del Archivo 15.17 KB
Cantidad de Instalaciones 65
Versión Actual 1.0
Última Actualización 2016-10-22
Fecha de Publicación 2016-10-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Global History with Murphy
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.globalwithmurphy.com
URL de la Página de Ayuda http://www.globalwithmurphy.com
Idiomas Soportados 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"
}