Only HTML

Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.

Only HTMLとは何ですか?

Only HTMLはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Click on extension's icon on the toolbar to activate or deactivate it. 

When activated, this extension loads only HTML content, inline styles, and inline images (SVG or Data URLs etc). It blocks other content types like JavaScript, images, videos, web fonts etc.

By blocking these resources, the extension can improve the loading speed of web pages and reduce the amount of data transferred over the network. Moreover, Developers could benefit from having a preview of the HTML-only version of their webpages.

Extension by BrowserNative. Visit our support page for more information and feedback.                    

拡張機能の基本情報

名前 Only HTML Only HTML
ID jdlecmkgdgeabgpjhbhdpkfcllgacdil
公式URL https://chromewebstore.google.com/detail/only-html/jdlecmkgdgeabgpjhbhdpkfcllgacdil
説明 Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.
ファイルサイズ 11.65 KB
インストール数 88
現在のバージョン 1.0.1
最終更新日 2023-04-25
公開日 2023-04-25
評価 5.00/5 合計 1 レビュー
開発者 https://browsernative.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsernative.com/only-html/
ヘルプページのURL https://browsernative.com/only-html/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Only HTML",
    "description": "Allow only HTML (and inline CSS & images) to render. Block all other content types like images, scripts, web fonts etc.",
    "version": "1.0.1",
    "short_name": "Only HTML",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "contentSettings"
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "101",
    "action": {
        "default_icon": {
            "48": "static\/icon-48.png",
            "128": "static\/icon-128.png"
        },
        "default_title": "Only HTML"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    },
    "homepage_url": "https:\/\/browsernative.com\/only-html\/"
}