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ファイルをダウンロード

Auto CCM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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}"
        }
    }
}