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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } } |