Slack Emoji Manager
Easily upload and download your emojis in Slack
ما هو Slack Emoji Manager؟
Slack Emoji Manager هو إضافة Chrome تم تطويرها بواسطة Jared Stevick، والميزة الرئيسية لها هي "Easily upload and download your emojis in Slack".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slack Emoji Manager
قم بتنزيل ملفات الامتداد Slack Emoji Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | alcljabecbbiacnmjojjnpcdafbjebgh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh |
الوصف | Easily upload and download your emojis in Slack |
حجم الملف | 2.73 MB |
عدد التثبيتات | 378 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2017-08-28 |
تاريخ النشر | 2017-08-28 |
تقييم | 2.92/5 مجموع تقييمات 12 |
المطور | Jared Stevick |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |