Slack View Optimizer
This extension provides you better experiences on Slack!
什么是Slack View Optimizer?
Slack View Optimizer是由https://4to.pics开发的Chrome扩展程序,该扩展的主要功能是“This extension provides you better experiences on Slack!”。
扩展截图
下载Slack View Optimizer扩展crx文件
下载Slack View Optimizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | locdplfifjadobbmoamhlabnkhcaelkm |
| 官方URL | https://chromewebstore.google.com/detail/slack-view-optimizer/locdplfifjadobbmoamhlabnkhcaelkm |
| 简介 | This extension provides you better experiences on Slack! |
| 文件大小 | 43.09 KB |
| 安装次数 | 523 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2017-12-10 |
| 上架时间 | 2017-12-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://4to.pics |
| 付费类型 | free |
| 支持的语言 | 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
}
} | |