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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
    }
}