Auto CCM

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

Auto CCM란 무엇입니까?

Auto CCM은(는) https://ospiro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students."입니다.

확장 프로그램 스크린샷

Auto CCM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Auto CCM Auto CCM
ID dlgmdmfhbfloafhofedpblnahenmnikh
공식 URL https://chromewebstore.google.com/detail/auto-ccm/dlgmdmfhbfloafhofedpblnahenmnikh
설명 Auto CCM is a tool that streamlines formatting in CAS-ILE, a website that is used by University of Illinois NetMath students.
파일 크기 269 KB
설치 횟수 213
현재 버전 2.7
최근 업데이트 2021-01-27
출시 날짜 2020-07-04
평점 5.00/5 총 4 개의 평점
개발자 https://ospiro.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ospiro.com/products-services/auto-ccm/
도움말 페이지 URL https://ospiro.com/contact/
지원되는 언어 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}"
        }
    }
}