WebPage Contents Checker

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

WebPage Contents Checkerคืออะไร?

WebPage Contents Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย riatw และคุณลักษณะหลักของมันคือ "Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebPage Contents Checker

ดาวน์โหลดไฟล์ส่วนขยาย WebPage Contents Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebPage Contents Checker WebPage Contents Checker
ID llejmbajihceggidmeaibbafdmfmacld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webpage-contents-checker/llejmbajihceggidmeaibbafdmfmacld
คำอธิบาย Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)
ขนาดไฟล์ 40.78 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2016-09-15
วันที่เผยแพร่ 2016-09-14
ผู้พัฒนา riatw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebPage Contents Checker",
    "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": "1.0.10",
    "icons": {
        "128": "images\/icon\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon\/icon_128.png"
        },
        "default_title": "WebPage Content Checker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}