Global with Murphy

One stop shop for all things Global History related.

What is Global with Murphy?

Global with Murphy is a Chrome extension developed by Global History with Murphy, and its main feature is "One stop shop for all things Global History related.".

Extension Screenshots

screenshot

Download Global with Murphy Extension CRX File

Download Global with Murphy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Global with Murphy Global with Murphy
ID gfkildnhfhihfcjegdlidgjgnjiocban
Official URL https://chrome.google.com/webstore/detail/global-with-murphy/gfkildnhfhihfcjegdlidgjgnjiocban
Description One stop shop for all things Global History related.
File Size 15.17 KB
Installation Count 65
Current Version 1.0
Last Updated 2016-10-22
Publish Date 2016-10-22
Rating 5.00/5 Total 1 Ratings
Developer Global History with Murphy
Email [email protected]
Payment Type free
Extension Website http://www.globalwithmurphy.com
Help Page URL http://www.globalwithmurphy.com
Supported Languages 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"
}