Castle Crowd
Crowd sourced Castle Learning answers
Qu'est-ce que Castle Crowd ?
Castle Crowd est une extension Chrome développée par b3zman41, et sa fonction principale est "Crowd sourced Castle Learning answers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Castle Crowd
Téléchargez les fichiers d'extension Castle Crowd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | emgljeihdnlgmdaldbhdpggbdogdjbdh |
| URL Officiel | https://chromewebstore.google.com/detail/castle-crowd/emgljeihdnlgmdaldbhdpggbdogdjbdh |
| Description | Crowd sourced Castle Learning answers |
| Taille du Fichier | 146 KB |
| Nombre d'Installations | 320 |
| Version Actuelle | 0.0.5 |
| Dernière Mise à Jour | 2016-02-14 |
| Date de Publication | 2016-02-14 |
| Évaluation | 2.38/5 Total 13 Évaluations |
| Développeur | b3zman41 |
| Type de Paiement | free |
| Langues Prises en Charge | 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
}
} | |