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
官方網址 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"
        }
    ]
}