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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
}