Slack Emoji Manager
Easily upload and download your emojis in Slack
Slack Emoji Manager란 무엇입니까?
Slack Emoji Manager은(는) Jared Stevick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily upload and download your emojis in Slack"입니다.
확장 프로그램 스크린샷
Slack Emoji Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |