Slack Toggle

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

Slack Toggle là gì?

Slack Toggle là một tiện ích mở rộng Chrome được phát triển bởi http://keiruaprod.fr, và tính năng chính của nó là "Adds the possibility to toggle the display of a section in slack".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack Toggle

Tải xuống các tệp mở rộng Slack Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack Toggle Slack Toggle
ID ddcippobpbmaanbnaeapbelmjopbahli
URL Chính Thức https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli
Mô tả Adds the possibility to toggle the display of a section in slack
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-14
Ngày Phát Hành 2015-01-14
Nhà Phát Triển http://keiruaprod.fr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}