Force Slack in Browser

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

Co to jest Force Slack in Browser?

Force Slack in Browser to rozszerzenie Chrome opracowane przez Jeff Wear, a jego główną funkcją jest „Force Slack to open archive links in the browser not the desktop app.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Force Slack in Browser

Pobierz pliki rozszerzeń Force Slack in Browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
Oficjalny URL https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
Opis Force Slack to open archive links in the browser not the desktop app.
Rozmiar pliku 693 KB
Liczba instalacji 111
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2019-06-04
Data Publikacji 2019-06-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Jeff Wear
Typ Płatności free
Strona Rozszerzenia https://github.com/wearhere/ForceSlackInBrowser
Adres URL Strony Pomocy https://github.com/wearhere/ForceSlackInBrowser/issues
Obsługiwane Języki 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"
        }
    ]
}