w3c html checker

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

Cos'è w3c html checker?

w3c html checker è un'estensione di Chrome sviluppata da https://python-pyon.jp, e la sua funzione principale è "閲覧サイトのhtmlをW3Cで確認します".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione w3c html checker

Scarica i file di estensione w3c html checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

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

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


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

Informazioni di Base sull'Estensione

Nome w3c html checker w3c html checker
ID pfmibpooblkgfdknfhgfchcambdgihfa
URL Ufficiale https://chromewebstore.google.com/detail/w3c-html-checker/pfmibpooblkgfdknfhgfchcambdgihfa
Descrizione 閲覧サイトのhtmlをW3Cで確認します
Dimensione del File 8.75 KB
Conteggio Installazioni 336
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-25
Data di Pubblicazione 2019-03-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://python-pyon.jp
Tipo di Pagamento free
URL della Pagina di Aiuto https://python-pyon.jp/contact/
Lingue Supportate 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:\/\/*\/*"
    ]
}