Gmail Classic Button

Add a button to gmail standard view to switch to basic html view.

Gmail Classic Buttonคืออะไร?

Gmail Classic Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sherro92 และคุณลักษณะหลักของมันคือ "Add a button to gmail standard view to switch to basic html view."

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

screenshot

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

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

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

                        Add a link to gmail in the top right corner which takes you to the classic HTML version of gmail. Use when gmail loads but doesn't respond or otherwise doesn't work reliably in standard view some of the time, but you don't want to make the basic view the default.                    

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

ชื่อ Gmail Classic Button Gmail Classic Button
ID npgkldbmkgmjcegpcejmbaeoejppbedm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm
คำอธิบาย Add a button to gmail standard view to switch to basic html view.
ขนาดไฟล์ 96.67 KB
จำนวนการติดตั้ง 339
เวอร์ชันปัจจุบัน 0.10
อัปเดตครั้งล่าสุด 2014-10-15
วันที่เผยแพร่ 2014-10-15
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา sherro92
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Classic Button",
    "short_name": "gmailclassicbtn",
    "version": "0.10",
    "description": "Add a button to gmail standard view to switch to basic html view.",
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailswitcher.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png"
    }
}