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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use custom colors and more in Desmos to beautify your graphs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Custom colors for desmos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}