Mixmax Button Shrinker
Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
Apa itu Mixmax Button Shrinker?
Mixmax Button Shrinker adalah ekstensi Chrome yang dikembangkan oleh Phaed, dan fitur utamanya adalah "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mixmax Button Shrinker
Unduh file ekstensi Mixmax Button Shrinker 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
Informasi Dasar Ekstensi
Nama | |
ID | gefklilejgcjbnlohhhmfnhaldljicpn |
URL Resmi | https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn |
Deskripsi | Shrinks Mixmax buttons down to an icon (Inbox by Gmail) |
Ukuran File | 24.75 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 3.5 |
Terakhir Diperbarui | 2016-05-20 |
Tanggal Publikasi | 2016-05-20 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Phaed |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mixmax Button Shrinker", "description": "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)", "version": "3.5", "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/inbox.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "css": [ "mm.css" ], "js": [ "mm.js" ], "run_at": "document_end" } ] } |