WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
Cos'è WeBWorK Parentheses Autocomplete?
WeBWorK Parentheses Autocomplete è un'estensione di Chrome sviluppata da caseyw, e la sua funzione principale è "Type a paren, have it automatically close.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WeBWorK Parentheses Autocomplete
Scarica i file di estensione WeBWorK Parentheses Autocomplete 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
Now whenever you type a paren in webwork, the extension will automatically complete it. This extension also contains an experimental and buggy Wolfram|Alpha integration. You can click an equation and W|A will attempt to display it. Warning: don't rely too much on W|A.
Informazioni di Base sull'Estensione
Nome | WeBWorK Parentheses Autocomplete |
ID | ickaacoaepjbdmcehkjchkalfdpanfci |
URL Ufficiale | https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci |
Descrizione | Type a paren, have it automatically close. |
Dimensione del File | 83.11 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2014-03-20 |
Data di Pubblicazione | 2014-03-20 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | caseyw |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeBWorK Parentheses Autocomplete", "version": "1.0.3", "description": "Type a paren, have it automatically close.", "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/webwork\/*", "*:\/\/*\/webwork2\/*" ], "js": [ "jquery-2.1.0.min.js", "content_script.js" ], "css": [ "style.css" ], "run_at": "document_end" } ] } |