Carbon Devtools

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

Carbon Devtoolsとは何ですか?

Carbon DevtoolsはCarbonによって開発されたChromeの拡張機能で、その主な機能は「A basic set of tools for teams building live Carbon pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Carbon Devtools拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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