Google Inbox Discord Skin

Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.

Google Inbox Discord Skinคืออะไร?

Google Inbox Discord Skin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spoon และคุณลักษณะหลักของมันคือ "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Inbox Discord Skin

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

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

                        Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.                    

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

ชื่อ Google Inbox Discord Skin Google Inbox Discord Skin
ID fcimclbhbcnlnnlojjlfgakbgmhhapic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic
คำอธิบาย Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
ขนาดไฟล์ 31.44 KB
จำนวนการติดตั้ง 435
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-06-05
วันที่เผยแพร่ 2016-06-05
คะแนน 2.21/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Spoon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "discordInbox.user.js"
            ],
            "matches": [
                "http:\/\/inbox.google.com\/u\/*",
                "https:\/\/inbox.google.com\/u\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.",
    "name": "Google Inbox Discord Skin",
    "short_name": "Discord Inbox",
    "version": "1.1",
    "icons": {
        "16": "discord-inbox-16.png",
        "32": "discord-inbox-32.png",
        "64": "discord-inbox-64.png",
        "128": "discord-inbox-128.png"
    }
}