Slack Toggle

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

ما هو Slack Toggle؟

Slack Toggle هو إضافة Chrome تم تطويرها بواسطة http://keiruaprod.fr، والميزة الرئيسية لها هي "Adds the possibility to toggle the display of a section in slack".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Slack Toggle

قم بتنزيل ملفات الامتداد Slack Toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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