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
官方網址 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
電子郵箱 [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
}