Slack Emoji Manager
Easily upload and download your emojis in Slack
Qu'est-ce que Slack Emoji Manager ?
Slack Emoji Manager est une extension Chrome développée par Jared Stevick, et sa fonction principale est "Easily upload and download your emojis in Slack".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack Emoji Manager
Téléchargez les fichiers d'extension Slack Emoji Manager 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
Simple, one click bulk upload and download of all of your Slack emojis! Just click the extension button to get started. Look for the bulk upload and download sections once the page loads. Uploading an emoji with the same filename as an existing emoji will fail!
Informations de Base sur l'Extension
Nom | |
ID | alcljabecbbiacnmjojjnpcdafbjebgh |
URL Officiel | https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh |
Description | Easily upload and download your emojis in Slack |
Taille du Fichier | 2.73 MB |
Nombre d'Installations | 378 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2017-08-28 |
Date de Publication | 2017-08-28 |
Évaluation | 2.92/5 Total 12 Évaluations |
Développeur | Jared Stevick |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Emoji Manager", "short_name": "Slack Emoji Manager", "description": "Easily upload and download your emojis in Slack", "version": "0.0.4", "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/*\/emoji*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_icon": "neutral.png" }, "icons": { "128": "neutral.png" }, "web_accessible_resources": [ "content.bundle.js", "content.bundle.js.map" ], "manifest_version": 2 } |