Force Slack in Browser

Force Slack to open archive links in the browser not the desktop app.

Force Slack in Browserとは何ですか?

Force Slack in BrowserはJeff Wearによって開発されたChromeの拡張機能で、その主な機能は「Force Slack to open archive links in the browser not the desktop app.」です。

拡張機能のスクリーンショット

screenshot

Force Slack in Browser拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        See https://github.com/wearhere/ForceSlackInBrowser for more information.                    

拡張機能の基本情報

名前 Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
公式URL https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
説明 Force Slack to open archive links in the browser not the desktop app.
ファイルサイズ 693 KB
インストール数 111
現在のバージョン 0.0.1
最終更新日 2019-06-04
公開日 2019-06-03
評価 5.00/5 合計 2 レビュー
開発者 Jeff Wear
支払い方法 free
拡張機能のウェブサイト https://github.com/wearhere/ForceSlackInBrowser
ヘルプページのURL https://github.com/wearhere/ForceSlackInBrowser/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Slack in Browser",
    "description": "Force Slack to open archive links in the browser not the desktop app.",
    "version": "0.0.1",
    "homepage_url": "https:\/\/github.com\/wearhere\/ForceSlackInBrowser",
    "author": "Jeffrey Wear",
    "icons": {
        "128": "window-restore-solid.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/archives\/*"
            ],
            "js": [
                "src\/app.js"
            ],
            "run_at": "document_start"
        }
    ]
}