Castle Crowd
Crowd sourced Castle Learning answers
Wat is Castle Crowd?
Castle Crowd is een Chrome-extensie ontwikkeld door b3zman41, en de belangrijkste functie is "Crowd sourced Castle Learning answers".
Extensie Screenshots
Download het CRX-bestand van de extensie Castle Crowd
Download Castle Crowd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | emgljeihdnlgmdaldbhdpggbdogdjbdh |
Officiële URL | https://chromewebstore.google.com/detail/castle-crowd/emgljeihdnlgmdaldbhdpggbdogdjbdh |
Beschrijving | Crowd sourced Castle Learning answers |
Bestandsgrootte | 146 KB |
Aantal Installaties | 320 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2016-02-14 |
Publicatiedatum | 2016-02-14 |
Beoordeling | 2.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | b3zman41 |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |