WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
Wat is WeBWorK Parentheses Autocomplete?
WeBWorK Parentheses Autocomplete is een Chrome-extensie ontwikkeld door caseyw, en de belangrijkste functie is "Type a paren, have it automatically close.".
Extensie Screenshots
Download het CRX-bestand van de extensie WeBWorK Parentheses Autocomplete
Download WeBWorK Parentheses Autocomplete-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
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.
Basisinformatie over de Extensie
Naam | WeBWorK Parentheses Autocomplete |
ID | ickaacoaepjbdmcehkjchkalfdpanfci |
Officiële URL | https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci |
Beschrijving | Type a paren, have it automatically close. |
Bestandsgrootte | 83.11 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2014-03-20 |
Publicatiedatum | 2014-03-20 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | caseyw |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |