Gmail label column resizer
User script that allows the labels column in Gmail to be resized
Apa itu Gmail label column resizer?
Gmail label column resizer adalah ekstensi Chrome yang dikembangkan oleh Jun cai, dan fitur utamanya adalah "User script that allows the labels column in Gmail to be resized".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gmail label column resizer
Unduh file ekstensi Gmail label column resizer 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
Allows the labels column (left panel) in Gmail to be resized.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | nopeaffbfnmebbnlpbfjemkfeojmlpoj |
URL Resmi | https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj |
Deskripsi | User script that allows the labels column in Gmail to be resized |
Ukuran File | 6.78 KB |
Jumlah Instalasi | 22,955 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2018-12-12 |
Tanggal Publikasi | 2018-12-12 |
Penilaian | 3.47/5 Total 148 Penilaian |
Pengembang | Jun cai |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "chromeGmailResizer_new.user.js" ], "matches": [ "http:\/\/*.gmail.com\/*", "http:\/\/mail.google.com\/*", "https:\/\/*.gmail.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "User script that allows the labels column in Gmail to be resized", "name": "Gmail label column resizer", "version": "1.3.1", "permissions": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*" ] } |