Auto CCM

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

O que é Auto CCM?

Auto CCM é uma extensão do Chrome desenvolvida por https://ospiro.com, e sua principal característica é "Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Auto CCM

Baixe arquivos de extensão Auto CCM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Auto CCM Auto CCM
ID dlgmdmfhbfloafhofedpblnahenmnikh
URL Oficial https://chromewebstore.google.com/detail/auto-ccm/dlgmdmfhbfloafhofedpblnahenmnikh
Descrição Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.
Tamanho do Arquivo 269 KB
Contagem de Instalações 213
Versão Atual 2.7
Última Atualização 2021-01-27
Data de Publicação 2020-07-04
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://ospiro.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ospiro.com/products-services/auto-ccm/
URL da Página de Ajuda https://ospiro.com/contact/
Idiomas Suportados 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}"
        }
    }
}