w3c html checker

閲覧サイトのhtmlをW3Cで確認します

What is w3c html checker?

w3c html checker is a Chrome extension developed by https://python-pyon.jp, and its main feature is "閲覧サイトのhtmlをW3Cで確認します".

Extension Screenshots

screenshot

Download w3c html checker Extension CRX File

Download w3c html checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        WEBサイトのhtmlをワンクリックで検証できるchrome拡張機能です。

会社のWEB担当者や、ブログなどのWEBサイトを個人でお持ちの方におすすめのツールです。

htmlの検証は、「W3C」によって行います。

すでに「W3C」を活用している方でしたらわかるかと思いますが、

「W3C」でWEBサイトの検証をしようとすると、WEBサイトのURLを毎回コピーして貼り付けないといけません。

この拡張機能を使うと、「W3C」で検証したいWEBサイトにて拡張機能のアイコンをクリックするだけで、自動的にURLを取得して「W3C」に貼り付けてくれます。


URLをコピーして貼り付ける面倒な作業がなくなり、作業の効率化を図ることができます。                    

Extension Basic Information

Name w3c html checker w3c html checker
ID pfmibpooblkgfdknfhgfchcambdgihfa
Official URL https://chromewebstore.google.com/detail/w3c-html-checker/pfmibpooblkgfdknfhgfchcambdgihfa
Description 閲覧サイトのhtmlをW3Cで確認します
File Size 8.75 KB
Installation Count 336
Current Version 1.0
Last Updated 2019-03-25
Publish Date 2019-03-22
Rating 5.00/5 Total 1 Ratings
Developer https://python-pyon.jp
Payment Type free
Help Page URL https://python-pyon.jp/contact/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "w3c html checker",
    "version": "1.0",
    "description": "\u95b2\u89a7\u30b5\u30a4\u30c8\u306ehtml\u3092W3C\u3067\u78ba\u8a8d\u3057\u307e\u3059",
    "icons": {
        "128": "w3c html logo.png"
    },
    "browser_action": {
        "default_title": "w3c html checker",
        "default_icon": "w3c html logo.png"
    },
    "background": {
        "scripts": [
            "contents.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}