Force Slack in Browser

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

Apa itu Force Slack in Browser?

Force Slack in Browser adalah ekstensi Chrome yang dikembangkan oleh Jeff Wear, dan fitur utamanya adalah "Force Slack to open archive links in the browser not the desktop app.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Force Slack in Browser

Unduh file ekstensi Force Slack in Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
URL Resmi https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
Deskripsi Force Slack to open archive links in the browser not the desktop app.
Ukuran File 693 KB
Jumlah Instalasi 111
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-06-04
Tanggal Publikasi 2019-06-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Jeff Wear
Tipe Pembayaran free
Situs Ekstensi https://github.com/wearhere/ForceSlackInBrowser
URL Halaman Bantuan https://github.com/wearhere/ForceSlackInBrowser/issues
Bahasa yang Didukung 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"
        }
    ]
}