Neutral Face Emoji Tools
Tools that make life as a Slack emoji addict a little easier.
Apa itu Neutral Face Emoji Tools?
Neutral Face Emoji Tools adalah ekstensi Chrome yang dikembangkan oleh Timothy Kempf, dan fitur utamanya adalah "Tools that make life as a Slack emoji addict a little easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Neutral Face Emoji Tools
Unduh file ekstensi Neutral Face Emoji Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Ever wanted to upload 100 emoji to slack in one fell swoop? Now you can. 1. Install this extension 2. Go to your Slack's /customize/emoji page 3. Drag and drop your emoji image files into the new "Bulk Emoji Uploader". Make sure that the image files are named what you want the emoji name to be ("ditto.gif" will become ":ditto:"). 4. You've now got a whole lotta emoji!
Informasi Dasar Ekstensi
Nama | Neutral Face Emoji Tools |
ID | anchoacphlfbdomdlomnbbfhcmcdmjej |
URL Resmi | https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej |
Deskripsi | Tools that make life as a Slack emoji addict a little easier. |
Ukuran File | 134 KB |
Jumlah Instalasi | 24,957 |
Versi Saat Ini | 3.3.0 |
Terakhir Diperbarui | 2022-08-08 |
Tanggal Publikasi | 2019-03-12 |
Penilaian | 4.54/5 Total 80 Penilaian |
Pengembang | Timothy Kempf |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Fauntleroy/neutral-face-emoji-tools |
URL Halaman Bantuan | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Neutral Face Emoji Tools", "short_name": "Emoji Tools", "description": "Tools that make life as a Slack emoji addict a little easier.", "version": "3.3.0", "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.slack.com\/*\/emoji*" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "content.js", "images\/icon_128.png" ] } |