Auto CCM

Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.

Cos'è Auto CCM?

Auto CCM è un'estensione di Chrome sviluppata da https://ospiro.com, e la sua funzione principale è "Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Auto CCM

Scarica i file di estensione Auto CCM 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

                        With Ospiro's browser extension, the tedious process of formatting math in CAS-ILE is now a breeze. Auto CCM semi-automates "Ctrl+M-ing": a task that so many NetMath students have come to find annoying. Now, CAS-ILE formatting can be easy as 3.14159265.... Just start Auto CCM and start pressing Ctrl+M until the cows come home!

Full instructions:
1. On CAS-ILE, you will notice a menu above each Try-It. This is the Auto CCM menu.
2. Press the start button (or click Ctrl+/). The first instance of unformatted math in your notebook will become highlighted. Formatting this with Ctrl+M will cause Auto CCM to highlight the next instance of unformatted math. Continue formatting in this fashion.

Additional formatting tools:
-Skipping: Ctrl+, will advance the highlighted portion to the next instance of unformatted math. This is useful if Auto CCM erroneously highlighted something that should not be formatted.
-Returning: If you accidentally clicked away and unhighlighted a piece of text that should have been highlighted, Ctrl+. will rehighlight it.
-Terminating: If you wish to end Auto CCM’s operation prematurely, use the shortcut Ctrl+/ This is helpful because it is necessary to restart Auto CCM after making changes to the document. The same button/command will also start Auto CCM if it is not currently on. 
-Deformatting: At all times (not just after you have clicked the Auto CCM icon) you can use Ctrl+’ to deformat math you have selected.
-Format All: Ctrl+; will automatically format all instances of math in a Try-It, no user input required.

Extra features: 
-Saving: Instead of moving your mouse to press the save button, you can use Ctrl+S.
-Shortcuts: Click on the Auto CCM icon to have a menu of useful websites at your fingertips.
-Spell check: Auto CCM will check your spelling in text cells. (You must have browser spell check enabled.)
-Unsaved work warnings: Auto CCM will warn you if you are about to lose unsaved work. 
-Theme customization: Use the options page to enable "Courseware Classic" or to change the color of the Auto CCM menu.

Auto CCM is not perfect. If you have any comments, questions, or suggestions for our development team, please contact us.

Auto CCM is not associated with, nor endorsed by, the University of Illinois. "NetMath" and "CAS-ILE" are registered trademarks of the Board of Trustees of the University of Illinois.

This software is provided as-is and without guarantee. While the authors of Auto CCM have worked hard to make it an effective and safe productivity tool, bugs exist and future updates to CAS-ILE may come without warning and threaten the stability of Auto CCM. Neither Ospiro Enterprises, its employees, nor contributors to the Auto CCM project shall be held liable for any issues that arise during or due to the use of Auto CCM. These potential issues shall include, but are not limited to, lost work in CAS-ILE. Users of Auto CCM are responsible for using Auto CCM in conjunction with CAS-ILE in a manner that works for them. Frequent saving of work is highly recommended.                    

Informazioni di Base sull'Estensione

Nome Auto CCM Auto CCM
ID dlgmdmfhbfloafhofedpblnahenmnikh
URL Ufficiale https://chromewebstore.google.com/detail/auto-ccm/dlgmdmfhbfloafhofedpblnahenmnikh
Descrizione Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.
Dimensione del File 269 KB
Conteggio Installazioni 213
Versione Corrente 2.7
Ultimo Aggiornamento 2021-01-27
Data di Pubblicazione 2020-07-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://ospiro.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ospiro.com/products-services/auto-ccm/
URL della Pagina di Aiuto https://ospiro.com/contact/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto CCM",
    "version": "2.7",
    "description": "Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.",
    "author": "Ospiro Enterprises and the other gracious contributors to the Auto CCM project",
    "homepage_url": "https:\/\/ospiro.com\/products-services\/auto-ccm\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "optionspage.html",
        "browser_style": false,
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courseware.illinois.edu\/*",
                "http:\/\/courseware.illinois.edu\/*"
            ],
            "js": [
                "setup.js"
            ]
        }
    ],
    "icons": {
        "128": "storeicon.png"
    },
    "web_accessible_resources": [
        "icons\/*",
        "classicTheme\/*"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/courseware.illinois.edu\/*",
        "http:\/\/courseware.illinois.edu\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/courseware.illinois.edu\/*",
            "http:\/\/courseware.illinois.edu\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "browser_specific_settings": {
        "gecko": {
            "update_url": "https:\/\/raw.githubusercontent.com\/mr-yman\/Auto-CCM\/master\/updates.json",
            "id": "{a083c994-6801-4dc2-91ab-b8abbc2db6c5}"
        }
    }
}