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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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'"
}