Slack View Optimizer
This extension provides you better experiences on Slack!
What is Slack View Optimizer?
Slack View Optimizer is a Chrome extension developed by https://4to.pics, and its main feature is "This extension provides you better experiences on Slack!".
Extension Screenshots
Download Slack View Optimizer Extension CRX File
Download Slack View Optimizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | locdplfifjadobbmoamhlabnkhcaelkm |
Official URL | https://chromewebstore.google.com/detail/slack-view-optimizer/locdplfifjadobbmoamhlabnkhcaelkm |
Description | This extension provides you better experiences on Slack! |
File Size | 43.09 KB |
Installation Count | 523 |
Current Version | 1.1.1 |
Last Updated | 2017-12-10 |
Publish Date | 2017-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://4to.pics |
Payment Type | free |
Supported Languages | 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 } } |