Slack View Optimizer
This extension provides you better experiences on Slack!
Apa itu Slack View Optimizer?
Slack View Optimizer adalah ekstensi Chrome yang dikembangkan oleh https://4to.pics, dan fitur utamanya adalah "This extension provides you better experiences on Slack!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Slack View Optimizer
Unduh file ekstensi Slack View Optimizer 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
Here are features - Highlight mentioned message - Display line separator - Optimize Starred List - Display the number of unread channels on the tab In addition, it has an option page to switch value of those settings above.
Informasi Dasar Ekstensi
Nama | Slack View Optimizer |
ID | locdplfifjadobbmoamhlabnkhcaelkm |
URL Resmi | https://chromewebstore.google.com/detail/slack-view-optimizer/locdplfifjadobbmoamhlabnkhcaelkm |
Deskripsi | This extension provides you better experiences on Slack! |
Ukuran File | 43.09 KB |
Jumlah Instalasi | 523 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2017-12-10 |
Tanggal Publikasi | 2017-12-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://4to.pics |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.1", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "script\/highlight.js", "script\/starred_items.js", "script\/display_unread_room_num.js" ], "css": [ "style\/style.css" ] } ], "options_ui": { "page": "options.html", "chrome_style": true } } |