Force Slack in Browser

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

Vad är Force Slack in Browser?

Force Slack in Browser är en Chrome-tillägg utvecklad av Jeff Wear, och dess huvudfunktion är "Force Slack to open archive links in the browser not the desktop app.".

Tilläggsskärmbilder

screenshot

Ladda ner Force Slack in Browser-förlängningens CRX-fil

Ladda ner Force Slack in Browser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
Officiell webbadress https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
Beskrivning Force Slack to open archive links in the browser not the desktop app.
Filstorlek 693 KB
Antal Installationer 111
Aktuell Version 0.0.1
Senast Uppdaterad 2019-06-04
Publiceringsdatum 2019-06-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Jeff Wear
Betalningssätt free
Tilläggswebbplats https://github.com/wearhere/ForceSlackInBrowser
Hjälpsida URL https://github.com/wearhere/ForceSlackInBrowser/issues
Stödda Språk 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"
        }
    ]
}