Slack View Optimizer
This extension provides you better experiences on Slack!
Wat is Slack View Optimizer?
Slack View Optimizer is een Chrome-extensie ontwikkeld door https://4to.pics, en de belangrijkste functie is "This extension provides you better experiences on Slack!".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack View Optimizer
Download Slack View Optimizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | locdplfifjadobbmoamhlabnkhcaelkm |
| Officiële URL | https://chromewebstore.google.com/detail/slack-view-optimizer/locdplfifjadobbmoamhlabnkhcaelkm |
| Beschrijving | This extension provides you better experiences on Slack! |
| Bestandsgrootte | 43.09 KB |
| Aantal Installaties | 523 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2017-12-10 |
| Publicatiedatum | 2017-12-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://4to.pics |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |