Slack Sticker

Stickers for Slack Web App - Spice up your slack

Qu'est-ce que Slack Sticker ?

Slack Sticker est une extension Chrome développée par Khoi-Phong Le, et sa fonction principale est "Stickers for Slack Web App - Spice up your slack".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slack Sticker

Téléchargez les fichiers d'extension Slack Sticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Slack Sticker Slack Sticker
ID djibdabhbdjgfipekjefbhijjjeagela
URL Officiel https://chromewebstore.google.com/detail/slack-sticker/djibdabhbdjgfipekjefbhijjjeagela
Description Stickers for Slack Web App - Spice up your slack
Taille du Fichier 250 KB
Nombre d'Installations 104
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-12-04
Date de Publication 2017-12-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur Khoi-Phong Le
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/voz-living/chrome-extension-react/wiki/Privacy-Policy
Langues Prises en Charge 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\/*"
    ]
}