Castle Crowd
Crowd sourced Castle Learning answers
Cos'è Castle Crowd?
Castle Crowd è un'estensione di Chrome sviluppata da b3zman41, e la sua funzione principale è "Crowd sourced Castle Learning answers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Castle Crowd
Scarica i file di estensione Castle Crowd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | emgljeihdnlgmdaldbhdpggbdogdjbdh |
URL Ufficiale | https://chromewebstore.google.com/detail/castle-crowd/emgljeihdnlgmdaldbhdpggbdogdjbdh |
Descrizione | Crowd sourced Castle Learning answers |
Dimensione del File | 146 KB |
Conteggio Installazioni | 320 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2016-02-14 |
Data di Pubblicazione | 2016-02-14 |
Valutazione | 2.38/5 Totale 13 Valutazioni |
Sviluppatore | b3zman41 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |