WebPage Contents Checker 2

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

WebPage Contents Checker 2란 무엇입니까?

WebPage Contents Checker 2은(는) riatw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)"입니다.

확장 프로그램 스크린샷

screenshot

WebPage Contents Checker 2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 WebPage Contents Checker 2 WebPage Contents Checker 2
ID ddmodhgghflkhhpophpploehckdloieb
공식 URL https://chromewebstore.google.com/detail/webpage-contents-checker/ddmodhgghflkhhpophpploehckdloieb
설명 Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)
파일 크기 211 KB
설치 횟수 42
현재 버전 2.0.3
최근 업데이트 2020-02-08
출시 날짜 2020-02-08
평점 5.00/5 총 1 개의 평점
개발자 riatw
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}