Force Slack in Browser

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

Cos'è Force Slack in Browser?

Force Slack in Browser è un'estensione di Chrome sviluppata da Jeff Wear, e la sua funzione principale è "Force Slack to open archive links in the browser not the desktop app.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Force Slack in Browser

Scarica i file di estensione Force Slack in Browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
URL Ufficiale https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
Descrizione Force Slack to open archive links in the browser not the desktop app.
Dimensione del File 693 KB
Conteggio Installazioni 111
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-06-04
Data di Pubblicazione 2019-06-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jeff Wear
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wearhere/ForceSlackInBrowser
URL della Pagina di Aiuto https://github.com/wearhere/ForceSlackInBrowser/issues
Lingue Supportate 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"
        }
    ]
}