Slack Toggle

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

Apa itu Slack Toggle?

Slack Toggle adalah ekstensi Chrome yang dikembangkan oleh http://keiruaprod.fr, dan fitur utamanya adalah "Adds the possibility to toggle the display of a section in slack".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slack Toggle

Unduh file ekstensi Slack Toggle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Slack Toggle Slack Toggle
ID ddcippobpbmaanbnaeapbelmjopbahli
URL Resmi https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli
Deskripsi Adds the possibility to toggle the display of a section in slack
Ukuran File 127 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-01-14
Tanggal Publikasi 2015-01-14
Pengembang http://keiruaprod.fr
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}