Slack's Emoji Style Chooser
Do not like your emoji set on Slack? Pick one of six different Emoji styles!
ما هو Slack's Emoji Style Chooser؟
Slack's Emoji Style Chooser هو إضافة Chrome تم تطويرها بواسطة Shimmi، والميزة الرئيسية لها هي "Do not like your emoji set on Slack? Pick one of six different Emoji styles!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slack's Emoji Style Chooser
قم بتنزيل ملفات الامتداد Slack's Emoji Style Chooser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | ghhoeeojiokhdmaelkllggbhjnlfpbop |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/slacks-emoji-style-choose/ghhoeeojiokhdmaelkllggbhjnlfpbop |
الوصف | Do not like your emoji set on Slack? Pick one of six different Emoji styles! |
حجم الملف | 17.86 KB |
عدد التثبيتات | 804 |
النسخة الحالية | 0.10 |
آخر تحديث | 2018-07-23 |
تاريخ النشر | 2018-07-23 |
تقييم | 2.50/5 مجموع تقييمات 8 |
المطور | Shimmi |
نوع الدفع | free |
موقع الإضافة | https://github.com/Shimmi/slack-emoji-style-chooser |
عنوان صفحة المساعدة | https://github.com/Shimmi/slack-emoji-style-chooser/issues |
اللغات المدعومة | 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" } } |