Force Slack in Browser

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

Force Slack in Browser क्या है?

Force Slack in Browser Jeff Wear द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Force Slack to open archive links in the browser not the desktop app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Force Slack in Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Force Slack in Browser Force Slack in Browser
ID gfggogadjpapemlonlgpbofdeefkjakf
आधिकारिक URL https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf
विवरण Force Slack to open archive links in the browser not the desktop app.
फ़ाइल का आकार 693 KB
स्थापना संख्या 111
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-06-04
प्रकाशन तिथि 2019-06-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Jeff Wear
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/wearhere/ForceSlackInBrowser
सहायता पृष्ठ URL https://github.com/wearhere/ForceSlackInBrowser/issues
समर्थित भाषाएँ 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"
        }
    ]
}