Shatd

This is Shatd, the Secret chatting app

Shatdคืออะไร?

Shatd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This is Shatd, the Secret chatting app"

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

screenshot

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

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

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

                        그 동안 직장에서 눈치보며 카톡하느라 힘드셨죠?
이제 Shatd로 눈치보지말고 채팅해보세요.                    

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

ชื่อ Shatd Shatd
ID dfdlbjlmmnjdglgdnamhpebajbhnehih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shatd/dfdlbjlmmnjdglgdnamhpebajbhnehih
คำอธิบาย This is Shatd, the Secret chatting app
ขนาดไฟล์ 1.63 MB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-01-25
วันที่เผยแพร่ 2016-01-25
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shatd",
    "description": "This is Shatd, the Secret chatting app",
    "version": "0.0.1",
    "permissions": [
        "background",
        "notifications",
        "http:\/\/*\/"
    ],
    "background": {
        "page": "views\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shatd",
        "default_popup": "app\/index.html"
    },
    "omnibox": {
        "keyword": "sh"
    },
    "web_accessible_resources": [
        "images\/icon1.png",
        "images\/shatd-mini.png",
        "views\/shatd-mini.html",
        "app\/images\/checked-btn.png",
        "app\/images\/unchecked-btn.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/shatd-mini.css"
            ],
            "js": [
                "modules\/js\/jquery-2.2.0.min.js",
                "js\/shatd-mini.js"
            ]
        }
    ],
    "manifest_version": 2
}