Slack's Emoji Style Chooser
Do not like your emoji set on Slack? Pick one of six different Emoji styles!
Wat is Slack's Emoji Style Chooser?
Slack's Emoji Style Chooser is een Chrome-extensie ontwikkeld door Shimmi, en de belangrijkste functie is "Do not like your emoji set on Slack? Pick one of six different Emoji styles!".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack's Emoji Style Chooser
Download Slack's Emoji Style Chooser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Do not like your emoji set on Slack? Pick one of six different Emoji styles! Available emoji styles: * Apple * Emojione * Facebook * Google * Messenger * Twitter --- Starting with January 2018, Slack does no longer provide options to choose your Emoji style. See: https://get.slack.help/hc/en-us/articles/115004846068-Slack-updates-and-changes#january-2018 https://get.slack.help/hc/en-us/articles/202931348-Emoji-and-emoticons#change-your-emoji-display --- All product names, logos, and brands are property of their respective owners. The corresponding images (linked Emoji sprites) and licencing notes can be found on this repository: https://github.com/iamcal/emoji-data Source code of the extension can be found here: https://github.com/Shimmi/slack-emoji-style-chooser
Basisinformatie over de Extensie
Naam | |
ID | ghhoeeojiokhdmaelkllggbhjnlfpbop |
Officiële URL | https://chrome.google.com/webstore/detail/slacks-emoji-style-choose/ghhoeeojiokhdmaelkllggbhjnlfpbop |
Beschrijving | Do not like your emoji set on Slack? Pick one of six different Emoji styles! |
Bestandsgrootte | 17.86 KB |
Aantal Installaties | 804 |
Huidige Versie | 0.10 |
Laatst Bijgewerkt | 2018-07-23 |
Publicatiedatum | 2018-07-23 |
Beoordeling | 2.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Shimmi |
Betalingswijze | free |
Extensiewebsite | https://github.com/Shimmi/slack-emoji-style-chooser |
Help Pagina-URL | https://github.com/Shimmi/slack-emoji-style-chooser/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack's Emoji Style Chooser", "description": "Do not like your emoji set on Slack? Pick one of six different Emoji styles!", "version": "0.10", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/Shimmi\/slack-emoji-style-chooser", "permissions": [ "storage", "tabs", "*:\/\/*.slack.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/*" ], "js": [ "styles.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon.png" } } |