Force Slack in Browser

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

Force Slack in Browser là gì?

Force Slack in Browser là một tiện ích mở rộng Chrome được phát triển bởi Jeff Wear, và tính năng chính của nó là "Force Slack to open archive links in the browser not the desktop app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Force Slack in Browser

Tải xuống các tệp mở rộng Force Slack in Browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
URL Chính Thức https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
Mô tả Force Slack to open archive links in the browser not the desktop app.
Kích Thước Tệp 693 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-06-04
Ngày Phát Hành 2019-06-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jeff Wear
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wearhere/ForceSlackInBrowser
URL Trang Trợ Giúp https://github.com/wearhere/ForceSlackInBrowser/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}