Force Slack in Browser

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

What is Force Slack in Browser?

Force Slack in Browser is a Chrome extension developed by Jeff Wear, and its main feature is "Force Slack to open archive links in the browser not the desktop app.".

Extension Screenshots

screenshot

Download Force Slack in Browser Extension CRX File

Download Force Slack in Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
Official URL https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
Description Force Slack to open archive links in the browser not the desktop app.
File Size 693 KB
Installation Count 111
Current Version 0.0.1
Last Updated 2019-06-04
Publish Date 2019-06-03
Rating 5.00/5 Total 2 Ratings
Developer Jeff Wear
Payment Type free
Extension Website https://github.com/wearhere/ForceSlackInBrowser
Help Page URL https://github.com/wearhere/ForceSlackInBrowser/issues
Supported Languages 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"
        }
    ]
}