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 |
官方網址 | 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 } } |