Gmail Floating Subject

Make email's subject float on scroll

Gmail Floating Subjectคืออะไร?

Gmail Floating Subject เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Assaf Shahaf และคุณลักษณะหลักของมันคือ "Make email's subject float on scroll"

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

screenshot

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

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

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

                        Make the subject of an email float on top of the email upon scroll.

See screenshot in order to review the script for security reasons.                    

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

ชื่อ Gmail Floating Subject Gmail Floating Subject
ID phjkbhcdnomlkfcbcebgbjnfcndfadfh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gmail-floating-subject/phjkbhcdnomlkfcbcebgbjnfcndfadfh
คำอธิบาย Make email's subject float on scroll
ขนาดไฟล์ 64.94 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.0.0.12
อัปเดตครั้งล่าสุด 2015-10-04
วันที่เผยแพร่ 2015-10-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Assaf Shahaf
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Floating Subject",
    "version": "0.0.0.12",
    "manifest_version": 2,
    "description": "Make email's subject float on scroll",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "icon.png",
        "script.js"
    ]
}