HTML & CSS Design Analysis

Helps you analyze an HTML page by disabling or enabling various features.

什麼是HTML & CSS Design Analysis?

HTML & CSS Design Analysis是由https://kodemuse.dev開發的Chrome擴展程式,該擴展的主要功能是“Helps you analyze an HTML page by disabling or enabling various features.”。

擴展截圖

screenshot

下載HTML & CSS Design Analysis擴展crx文件

下載HTML & CSS Design Analysis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tools for disabling CSS:
- Disable external CSS (added using 'link' tag):
- Disable inline CSS (added via 'style' attribute)
- Disable internal CSS (added via 'style' tag)
- Disable external print CSS (added using 'link' tag)
- Disable internal print CSS (added via 'style' tag)
- Disable internal handheld CSS (added via 'style' tag)
- Disable external handheld CSS (added via 'style' tag)

Form tools:
- Check all checkboxes
- Uncheck all checkboxes
- Convert text input to text area
- Display passwords in plain text
- Remove maximum length from inputs
- Convert form 'get' to 'post'
- Convert form 'post' to 'get'


Tools for hiding images:
- Hide all images.
- Hide background images.
- Make background images invisible.

Image utilities:
- Display image alt attribute.
- Display image dimension.
- Display image path.
- Make all images full size or natural size.
- Make all images invisible.
- Replace image with alt attribute.

Outline elements:
- Outline block level elements.
- Outline external links.
- Outline floating elements.
- Outline frames.
- Outline non-secure elements.
- Outline tables.
- Outline table captions.
- Outline table cells.
- Outline headings.
- Outline absolute positioned elements.
- Outline fixed positioned elements.
- Outline relative positioned elements.

Outline images:
- Images with adjusted dimensions.
- Images with empty alt attributes.
- Images with oversized dimensions.
- Images without alt attributes.
- Images without dimensions.

Miscellaneous tools
- Linearize page.
- Display hidden elements.
- Mark all links as visited.
- Mark all links as un-visited.
- View source code.

Tools for reloading assets, such as:
- reload external CSS.
- images etc.

Supported elements:
This software supports iframe elements and shadow dom as well.
Nested shadow elements and nested iframe elements are not fully supported by this tool.
This tool also does not support shadow root opened with the closed mode.

Privacy notice:
This software neither collects nor transmits any personally identifiable
information.
This software does not track your browsing behaviour.
Information necessary for functioning of this software is stored on the
devices of the end user, our servers do not have access to this information.

For more information please read our privacy policy and terms of service.

Privacy policy: https://www.kodemuse.dev/privacy/

Terms of service: https://www.kodemuse.dev/tos/                    

擴展基本資訊

名稱 HTML & CSS Design Analysis HTML & CSS Design Analysis
ID cepgdfoadopmkibelakenekijpbbcnlf
官方網址 https://chromewebstore.google.com/detail/html-css-design-analysis/cepgdfoadopmkibelakenekijpbbcnlf
簡介 Helps you analyze an HTML page by disabling or enabling various features.
檔案大小 1.45 MB
安裝次數 606
目前版本 3.0.0.1
更新時間 2023-07-25
上架時間 2020-02-16
開發者 https://kodemuse.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.kodemuse.dev/documentation-design-analysis/
說明頁面URL https://www.kodemuse.dev/documentation-design-analysis/
隱私政策頁面URL https://www.kodemuse.dev/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML & CSS Design Analysis",
    "version": "3.0.0.1",
    "short_name": "DA",
    "description": "Helps you analyze an HTML page by disabling or enabling various features.",
    "permissions": [
        "storage",
        "activeTab",
        "history",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "\/image\/icon\/free\/16.png",
        "24": "\/image\/icon\/free\/24.png",
        "32": "\/image\/icon\/free\/32.png",
        "48": "\/image\/icon\/free\/48.png",
        "64": "\/image\/icon\/free\/64.png",
        "128": "\/image\/icon\/free\/128.png",
        "256": "\/image\/icon\/free\/256.png",
        "512": "\/image\/icon\/free\/512.png"
    },
    "action": {
        "default_popup": "\/ng\/popup\/comp\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/icon\/free\/16.png",
            "24": "\/image\/icon\/free\/24.png",
            "32": "\/image\/icon\/free\/32.png",
            "48": "\/image\/icon\/free\/48.png",
            "64": "\/image\/icon\/free\/64.png",
            "128": "\/image\/icon\/free\/128.png",
            "256": "\/image\/icon\/free\/256.png",
            "512": "\/image\/icon\/free\/512.png"
        },
        "default_title": "HTML & CSS Design Analysis"
    },
    "background": {
        "service_worker": "\/background\/sw.dart.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/ng\/content\/**\/*.html",
                "\/css_content\/**\/*.css",
                "\/image_web_accessible\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.kodemuse.dev\/documentation-design-analysis\/"
}