Open Slack in Browser, not App

Open Slack in Browser, not App

Open Slack in Browser, not App란 무엇입니까?

Open Slack in Browser, not App은(는) yume에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Slack in Browser, not App"입니다.

확장 프로그램 스크린샷

screenshot

Open Slack in Browser, not App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension automatically redirect to the slack link with your browser, not open slack app.
Nothing more, nothing less.

You don't have to download and install slack app in your machine once you install this extension.
You can continue to use slack through a Chrome browser.

If you are feeling irritated with 

"Opening link in Slack...
You will be redirected in a few moments.
Don't have the app yet? Download Slack for Desktop
Or, you can open this link in your browser"

No more getting annoyed.
You don't need to install Slack App.



スラックのリンクをブラウザで開くとappを開こうとしてきます。
このextensionはappを開くことなくブラウザのままリンクに飛ぶようにするだけのシンプルな拡張機能です。                    

확장 프로그램 기본 정보

이름 Open Slack in Browser, not App Open Slack in Browser, not App
ID jkgehijlkoolgcjifalbiicaomkngakb
공식 URL https://chromewebstore.google.com/detail/open-slack-in-browser-not/jkgehijlkoolgcjifalbiicaomkngakb
설명 Open Slack in Browser, not App
파일 크기 17.19 KB
설치 횟수 1,832
현재 버전 1.0.2
최근 업데이트 2023-03-20
출시 날짜 2019-06-05
평점 5.00/5 총 10 개의 평점
개발자 yume
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.slack.com\/archives\/*",
                "https:\/\/*.slack.com\/archives\/*"
            ]
        }
    ],
    "description": "Open Slack in Browser, not App",
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "Open Slack in Browser, not App",
    "version": "1.0.2"
}