Custom colors for desmos

Use custom colors and more in Desmos to beautify your graphs

Custom colors for desmos란 무엇입니까?

Custom colors for desmos은(는) ElFisho Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use custom colors and more in Desmos to beautify your graphs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Custom colors for desmos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows for several changes to Desmos graphing calculator including:
- change the 9 default Desmos colors to 12 custom colors
- Advanced Styling (add a text outline to labels and/or make them editable)
- Show/hide/create hidden folders

Add any color you want to the menu to make your graphs more informative and colorful!  Please enjoy and feel free to suggest feedback.

v0.0.4 fixed a compromising bug and changed the number of colors from 9 to 12                    

확장 프로그램 기본 정보

이름 Custom colors for desmos Custom colors for desmos
ID clcdbeolcdigfefgbhlgghepjfkpdlgi
공식 URL https://chromewebstore.google.com/detail/custom-colors-for-desmos/clcdbeolcdigfefgbhlgghepjfkpdlgi
설명 Use custom colors and more in Desmos to beautify your graphs
파일 크기 42.99 KB
설치 횟수 3,297
현재 버전 0.0.4
최근 업데이트 2021-12-08
출시 날짜 2020-10-18
평점 3.60/5 총 5 개의 평점
개발자 ElFisho Dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.desmos.com/calculator
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom colors for desmos",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Use custom colors and more in Desmos to beautify your graphs",
    "homepage_url": "http:\/\/desmos.com\/calculator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/@shoelace-style\/[email protected]\/dist\/shoelace\/; object-src 'self'",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/www.desmos.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.desmos.com\/*"
            ],
            "js": [
                "src\/inject\/content_script.js"
            ],
            "run-at": "document-end"
        }
    ]
}