WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
Vad är WeBWorK Parentheses Autocomplete?
WeBWorK Parentheses Autocomplete är en Chrome-tillägg utvecklad av caseyw, och dess huvudfunktion är "Type a paren, have it automatically close.".
Tilläggsskärmbilder
Ladda ner WeBWorK Parentheses Autocomplete-förlängningens CRX-fil
Ladda ner WeBWorK Parentheses Autocomplete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ickaacoaepjbdmcehkjchkalfdpanfci |
| Officiell webbadress | https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci |
| Beskrivning | Type a paren, have it automatically close. |
| Filstorlek | 83.11 KB |
| Antal Installationer | 91 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2014-03-20 |
| Publiceringsdatum | 2014-03-20 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | caseyw |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |