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.
擴展基本資訊
名稱 | Slack View Optimizer |
ID | locdplfifjadobbmoamhlabnkhcaelkm |
官方網址 | 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 } } |