Tabs Against Humanity

Draws cards when opening a new tab.

Tabs Against Humanityคืออะไร?

Tabs Against Humanity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Twan และคุณลักษณะหลักของมันคือ "Draws cards when opening a new tab."

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

screenshot
screenshot
screenshot

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

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

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

                        Generates a random combination of Cards Against Humanity cards on the new tab page.

You don't need friends anymore.

Play CAH alone.

Have fun.

v1.3 : Click on a white card to redraw.                    

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

ชื่อ Tabs Against Humanity Tabs Against Humanity
ID ocncoapbbdeecpggmoebhoamgkjinapn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn
คำอธิบาย Draws cards when opening a new tab.
ขนาดไฟล์ 56.27 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-05-02
วันที่เผยแพร่ 2017-05-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Twan
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Against Humanity",
    "description": "Draws cards when opening a new tab.",
    "version": "1.3",
    "icons": {
        "128": "128.png"
    },
    "author": "Twan",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}