Castle Crowd
Crowd sourced Castle Learning answers
Castle Crowdとは何ですか?
Castle Crowdはb3zman41によって開発されたChromeの拡張機能で、その主な機能は「Crowd sourced Castle Learning answers」です。
拡張機能のスクリーンショット
Castle Crowd拡張機能のCRXファイルをダウンロード
Castle Crowd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TL;DR : If someone else has answered a question on castle learning, you will be able to get that answer. Other people answer, sends to my server, you pull that answer if it exists on server.
拡張機能の基本情報
名前 | |
ID | emgljeihdnlgmdaldbhdpggbdogdjbdh |
公式URL | https://chromewebstore.google.com/detail/castle-crowd/emgljeihdnlgmdaldbhdpggbdogdjbdh |
説明 | Crowd sourced Castle Learning answers |
ファイルサイズ | 146 KB |
インストール数 | 320 |
現在のバージョン | 0.0.5 |
最終更新日 | 2016-02-14 |
公開日 | 2016-02-14 |
評価 | 2.38/5 合計 13 レビュー |
開発者 | b3zman41 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Castle Crowd", "version": "0.0.5", "manifest_version": 2, "description": "Crowd sourced Castle Learning answers", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon16.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.castlelearning.com\/Review\/CLO\/Student\/Assignment\/Questions*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ], "web_accessible_resources": [ "src\/inject\/inject.html" ], "background": { "scripts": [ "js\/jquery\/jquery.min.js", "background\/background.js" ], "persistent": false } } |