Freeze tab Title and Favicon
Freeze tab Title and Favicon
Apa itu Freeze tab Title and Favicon?
Freeze tab Title and Favicon adalah ekstensi Chrome yang dikembangkan oleh FGRibreau, dan fitur utamanya adalah "Freeze tab Title and Favicon".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Freeze tab Title and Favicon
Unduh file ekstensi Freeze tab Title and Favicon 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
Freeze the browser tab titles and favicons. Reduce distraction and improve productivity. No more tab title notifications like Inbox (3), Slack | ! Username | 1 new item. 🌟 Reduce procrastination 🌟 Increase productivity Every tab title always have the domain name (e.g. mail.google.com, slack.com). Every tab favicon always have the default favicon (/favicon.ico) if available.
Informasi Dasar Ekstensi
Nama | Freeze tab Title and Favicon |
ID | dcohmlplfnhnblpmpnbglcnhlcbnhdag |
URL Resmi | https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag |
Deskripsi | Freeze tab Title and Favicon |
Ukuran File | 14.64 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-10-26 |
Tanggal Publikasi | 2020-10-26 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | FGRibreau |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/FGRibreau/chrome-freeze-tab-title |
URL Halaman Bantuan | https://github.com/FGRibreau/chrome-freeze-tab-title/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeze tab Title and Favicon", "version": "1.0.0", "description": "Freeze tab Title and Favicon", "icons": { "128": "logo_128px.png" }, "author": "Francois-Guillaume Ribreau", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "commands": [] } |