Global with Murphy

One stop shop for all things Global History related.

什么是Global with Murphy?

Global with Murphy是由Global History with Murphy开发的Chrome扩展程序,该扩展的主要功能是“One stop shop for all things Global History related.”。

扩展截图

screenshot

下载Global with Murphy扩展crx文件

下载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"
}