Slack Toggle

Adds the possibility to toggle the display of a section in slack

Slack Toggleとは何ですか?

Slack Toggleはhttp://keiruaprod.frによって開発されたChromeの拡張機能で、その主な機能は「Adds the possibility to toggle the display of a section in slack」です。

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

screenshot

Slack Toggle拡張機能のCRXファイルをダウンロード

Slack Toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to toggle the display of the elements of the different categories of channels : starred, channels, direct messages and private groups.                    

拡張機能の基本情報

名前 Slack Toggle Slack Toggle
ID ddcippobpbmaanbnaeapbelmjopbahli
公式URL https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli
説明 Adds the possibility to toggle the display of a section in slack
ファイルサイズ 127 KB
インストール数 26
現在のバージョン 1.0
最終更新日 2015-01-14
公開日 2015-01-14
開発者 http://keiruaprod.fr
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Toggle",
    "description": "Adds the possibility to toggle the display of a section in slack",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*.slack.com\/",
        "https:\/\/*.slack.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.slack.com\/*",
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "slack-toggle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "pictures\/slack-toggle-logo.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}