Global with Murphy

One stop shop for all things Global History related.

Co to jest Global with Murphy?

Global with Murphy to rozszerzenie Chrome opracowane przez Global History with Murphy, a jego główną funkcją jest „One stop shop for all things Global History related.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Global with Murphy

Pobierz pliki rozszerzeń Global with Murphy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Global with Murphy Global with Murphy
ID gfkildnhfhihfcjegdlidgjgnjiocban
Oficjalny URL https://chrome.google.com/webstore/detail/global-with-murphy/gfkildnhfhihfcjegdlidgjgnjiocban
Opis One stop shop for all things Global History related.
Rozmiar pliku 15.17 KB
Liczba instalacji 65
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-10-22
Data Publikacji 2016-10-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Global History with Murphy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.globalwithmurphy.com
Adres URL Strony Pomocy http://www.globalwithmurphy.com
Obsługiwane Języki 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"
}