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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |