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ファイルをダウンロード

Open Slack in Browser, not App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}