Carbon Devtools

A basic set of tools for teams building live Carbon pages.

Carbon Devtools क्या है?

Carbon Devtools Carbon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A basic set of tools for teams building live Carbon pages."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Carbon Devtools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Carbon Devtools provides designers, developers, and QA teams collaborating to build Carbon pages with a simple toolset. The tool helps visualize Carbon's 2x grid over any live page, and provides basic insights into the usage of components and patterns on a given page to help users understand how the Carbon Design System is being used.

Align to grid
Use the grid overlay to lay the 2x and mini unit grids on top of your live page to quickly check its alignment and layout.

Identify tokens
Switch between a number of options like color, spacing, and typography to quickly identify Carbon’s usage.

Component list
Quickly get an inventory of all the Carbon components being used within a live page.                    

एक्सटेंशन की मूल जानकारी

नाम Carbon Devtools Carbon Devtools
ID oejjaglcafcolafkjecfkoojgnpfpgca
आधिकारिक URL https://chromewebstore.google.com/detail/carbon-devtools/oejjaglcafcolafkjecfkoojgnpfpgca
विवरण A basic set of tools for teams building live Carbon pages.
फ़ाइल का आकार 303 KB
स्थापना संख्या 1,026
वर्तमान संस्करण 2.7.7
अंतिम अपडेट 2022-01-20
प्रकाशन तिथि 2020-07-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Carbon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/carbon-design-system/devtools
सहायता पृष्ठ URL https://github.com/carbon-design-system/devtools
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carbon Devtools",
    "version": "2.7.7",
    "manifest_version": 2,
    "description": "A basic set of tools for teams building live Carbon pages.",
    "author": "James Dow",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.mybluemix.net\/*",
        "https:\/\/*.carbondesignsystem.com\/*"
    ],
    "background": {
        "scripts": [
            "\/background\/index.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/inject\/index.css"
    ],
    "icons": {
        "16": "\/media\/16x16-mid.png",
        "32": "\/media\/32x32-mid.png",
        "48": "\/media\/48x48-mid.png",
        "64": "\/media\/64x64-mid.png",
        "128": "\/media\/128x128-mid.png"
    },
    "browser_action": {
        "default_popup": "\/popup\/index.html"
    },
    "options_ui": {
        "page": "\/options\/index.html",
        "open_in_tab": false
    }
}