Global with Murphy

One stop shop for all things Global History related.

Что такое Global with Murphy?

Global with Murphy - это расширение Chrome, разработанное Global History with Murphy, и его основная функция - "One stop shop for all things Global History related.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Global with Murphy

Скачайте файлы расширений Global with Murphy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Global with Murphy Global with Murphy
ID gfkildnhfhihfcjegdlidgjgnjiocban
Официальный URL https://chrome.google.com/webstore/detail/global-with-murphy/gfkildnhfhihfcjegdlidgjgnjiocban
Описание One stop shop for all things Global History related.
Размер файла 15.17 KB
Количество установок 65
Текущая Версия 1.0
Последнее Обновление 2016-10-22
Дата публикации 2016-10-22
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Global History with Murphy
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.globalwithmurphy.com
URL страницы помощи http://www.globalwithmurphy.com
Поддерживаемые языки 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"
}