Slack Sticker

Stickers for Slack Web App - Spice up your slack

Slack Stickerคืออะไร?

Slack Sticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Khoi-Phong Le และคุณลักษณะหลักของมันคือ "Stickers for Slack Web App - Spice up your slack"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Sticker

ดาวน์โหลดไฟล์ส่วนขยาย Slack Sticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add your imgur.com sticker album then use it at chat conversation

#1.0.1
- Post as attachment to ensure unfurling
#1.0.2
- Fix minor issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slack Sticker Slack Sticker
ID djibdabhbdjgfipekjefbhijjjeagela
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slack-sticker/djibdabhbdjgfipekjefbhijjjeagela
คำอธิบาย Stickers for Slack Web App - Spice up your slack
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-12-04
วันที่เผยแพร่ 2017-12-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Khoi-Phong Le
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/voz-living/chrome-extension-react/wiki/Privacy-Policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Sticker",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Stickers for Slack Web App - Spice up your slack",
    "homepage_url": "https:\/\/github.com\/phonglk\/slack-sticker",
    "icons": {
        "16": "assert\/16.png",
        "32": "assert\/32.png",
        "64": "assert\/64.png",
        "128": "assert\/128.png",
        "256": "assert\/256.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "assert\/19.png",
            "38": "assert\/38.png"
        },
        "default_title": "Manage Stickers",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*.slack.com\/*",
        "https:\/\/*.slack.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "common.dll.js",
                "content.js"
            ],
            "css": [
                "content-style.css"
            ],
            "matches": [
                "http:\/\/*.slack.com\/*",
                "https:\/\/*.slack.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assert\/*"
    ]
}