What's site like?

It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…

What's site like?คืออะไร?

What's site like? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shoito และคุณลักษณะหลักของมันคือ "It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What's site like?

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

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

                        It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about which server it is published.                    

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

ชื่อ What's site like? What's site like?
ID gobblgkhcepkppogappdcbpegelmfjbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk
คำอธิบาย It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…
ขนาดไฟล์ 227 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-02-01
วันที่เผยแพร่ 2019-01-31
ผู้พัฒนา shoito
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/dev.virtualearth.net https:\/\/ecn.dev.virtualearth.net; object-src 'self'"
}