WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
Co to jest WeBWorK Parentheses Autocomplete?
WeBWorK Parentheses Autocomplete to rozszerzenie Chrome opracowane przez caseyw, a jego główną funkcją jest „Type a paren, have it automatically close.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WeBWorK Parentheses Autocomplete
Pobierz pliki rozszerzeń WeBWorK Parentheses Autocomplete w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ickaacoaepjbdmcehkjchkalfdpanfci |
| Oficjalny URL | https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci |
| Opis | Type a paren, have it automatically close. |
| Rozmiar pliku | 83.11 KB |
| Liczba instalacji | 91 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2014-03-20 |
| Data Publikacji | 2014-03-20 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | caseyw |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |