Gmail Classic Theme

An extension for reverting Gmail to the Classic Theme

Gmail Classic Themeคืออะไร?

Gmail Classic Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Powell @shellscape และคุณลักษณะหลักของมันคือ "An extension for reverting Gmail to the Classic Theme"

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

screenshot
screenshot

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

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

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

                        What Google giveth, Google taketh away. Google has recently forced a UI update upon the users of Gmail. Unfortunately, not everyone thinks it's an improvement. Installing this extension will revert the UI of Gmail to the previous "Classic" theme. The theme is based on the actual CSS from the previous UI and makes no additions or subjective changes.

This extension is open source. You can review or contribute to the code for this extension here: https://github.com/shellscape/gmail-classic.

Release info and change-log can be found here: https://github.com/shellscape/gmail-classic/releases.                    

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

ชื่อ Gmail Classic Theme Gmail Classic Theme
ID cokholnilkppcchlfepienmlbafkjplj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gmail-classic-theme/cokholnilkppcchlfepienmlbafkjplj
คำอธิบาย An extension for reverting Gmail to the Classic Theme
ขนาดไฟล์ 17.38 KB
จำนวนการติดตั้ง 994
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-11-19
วันที่เผยแพร่ 2018-11-19
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Andrew Powell @shellscape
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/shellscape/gmail-classic
URL หน้าช่วยเหลือ https://github.com/shellscape/gmail-classic
ภาษาที่รองรับ en
manifest.json
{
    "name": "Gmail Classic Theme",
    "short_name": "Gmail Classic Theme",
    "version": "0.1.1",
    "description": "An extension for reverting Gmail to the Classic Theme",
    "homepage_url": "http:\/\/github.com\/shellscape\/gmail-classic",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Andrew Powell (shellscape)",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "\/assets\/16.png",
            "38": "\/assets\/48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gmail.css"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/16.png",
        "32": "\/assets\/32.png",
        "48": "\/assets\/48.png",
        "64": "\/assets\/64.png",
        "128": "\/assets\/128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/mail.google.com\/"
    ]
}