Slack Easy Delete

Use Control+Shift+Space delete the message under the cursor.

Slack Easy Delete란 무엇입니까?

Slack Easy Delete은(는) Gunar C. Gessner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Control+Shift+Space delete the message under the cursor."입니다.

확장 프로그램 스크린샷

screenshot

Slack Easy Delete 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        In Slack, use Control+Shift+Space to delete the message under the cursor.                    

확장 프로그램 기본 정보

이름 Slack Easy Delete Slack Easy Delete
ID aofnbjmngnhhacenlhfdodidiebiicob
공식 URL https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob
설명 Use Control+Shift+Space delete the message under the cursor.
파일 크기 9.67 KB
설치 횟수 214
현재 버전 5.0.3
최근 업데이트 2018-07-25
출시 날짜 2018-07-25
평점 1.93/5 총 15 개의 평점
개발자 Gunar C. Gessner
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gunar/slack-delete
도움말 페이지 URL https://github.com/gunar/slack-delete/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.slack.com\/messages\/*",
                "http:\/\/*.slack.com\/messages\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "index.js",
        "promise-queue.js"
    ],
    "converted_from_user_script": true,
    "description": "Use Control+Shift+Space delete the message under the cursor.",
    "name": "Slack Easy Delete",
    "version": "5.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}