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ファイルをダウンロード

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

拡張機能の使用方法

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