Style inspect

Check all unique style been used in this page

Style inspectとは何ですか?

Style inspectはliangl1412によって開発されたChromeの拡張機能で、その主な機能は「Check all unique style been used in this page」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Extract all unique style like font size, font color and background color that generate into a viewable style guide for user with just one click

No more digging into code or inspect elements to try to figure out what kind style guideline has been used in this page. 

Easier way to spot any unexpected color or font size been used in the page and have the ability to toggle corresponding element with highlight border

Ability to bulk update all elements that use the same color real time 

More unique style data available in the console for developer to use                    

拡張機能の基本情報

名前 Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
公式URL https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
説明 Check all unique style been used in this page
ファイルサイズ 68.72 KB
インストール数 92
現在のバージョン 1.1
最終更新日 2021-01-05
公開日 2021-01-05
評価 5.00/5 合計 1 レビュー
開発者 liangl1412
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Style inspect",
    "version": "1.1",
    "author": "Yi Zhou",
    "description": "Check all unique style been used in this page",
    "browser_action": {
        "default_icon": "images\/off.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}