HTML Filter

A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.

HTML Filter란 무엇입니까?

HTML Filter은(는) wdtools.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types."입니다.

확장 프로그램 스크린샷

screenshot

HTML Filter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An extension for Developers or Users that like to filter Site elements easily.

If you like to filter easily Images, Videos, iframes, SVG and Audio elements than is this the Extension that you need.

You can see how many of the different elements are available on the Page and by clicking on the specific filter all other elements will be hidden.

A great tool to easily detect and see where they are.

Additional features will be available soon.

If you have any suggestions please let me know.                    

확장 프로그램 기본 정보

이름 HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
공식 URL https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
설명 A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
파일 크기 11.72 KB
설치 횟수 20
현재 버전 2.0.0
최근 업데이트 2021-08-07
출시 날짜 2021-08-07
개발자 wdtools.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wdtools.org/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML Filter",
    "version": "2.0.0",
    "description": "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}