Gmail Floating Subject

Make email's subject float on scroll

Apa itu Gmail Floating Subject?

Gmail Floating Subject adalah ekstensi Chrome yang dikembangkan oleh Assaf Shahaf, dan fitur utamanya adalah "Make email's subject float on scroll".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Floating Subject

Unduh file ekstensi Gmail Floating Subject dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gmail Floating Subject Gmail Floating Subject
ID phjkbhcdnomlkfcbcebgbjnfcndfadfh
URL Resmi https://chrome.google.com/webstore/detail/gmail-floating-subject/phjkbhcdnomlkfcbcebgbjnfcndfadfh
Deskripsi Make email's subject float on scroll
Ukuran File 64.94 KB
Jumlah Instalasi 45
Versi Saat Ini 0.0.0.12
Terakhir Diperbarui 2015-10-04
Tanggal Publikasi 2015-10-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Assaf Shahaf
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}