WebPage Contents Checker 2

Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)

Qu'est-ce que WebPage Contents Checker 2 ?

WebPage Contents Checker 2 est une extension Chrome développée par riatw, et sa fonction principale est "Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebPage Contents Checker 2

Téléchargez les fichiers d'extension WebPage Contents Checker 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)

URLを入力するとWebサイト制作で必要なチェックを自動で行うことが可能です。                    

Informations de Base sur l'Extension

Nom WebPage Contents Checker 2 WebPage Contents Checker 2
ID ddmodhgghflkhhpophpploehckdloieb
URL Officiel https://chromewebstore.google.com/detail/webpage-contents-checker/ddmodhgghflkhhpophpploehckdloieb
Description Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)
Taille du Fichier 211 KB
Nombre d'Installations 42
Version Actuelle 2.0.3
Dernière Mise à Jour 2020-02-08
Date de Publication 2020-02-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur riatw
Email [email protected]
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebPage Contents Checker 2",
    "description": "Web\u30da\u30fc\u30b8\u4e0a\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002(It is an extension to check the contents on a Web page.)",
    "version": "2.0.3",
    "icons": {
        "128": "images\/icon\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon\/icon_128.png"
        },
        "default_title": "WebPage Content Checker"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-i0jFd9GeAcsJtLSTrlsht1EJQEkzdZmtRKElOkwqlIg='; object-src 'self';",
    "options_page": "options.html"
}