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 هو إضافة Chrome تم تطويرها بواسطة Jeff Wear، والميزة الرئيسية لها هي "Force Slack to open archive links in the browser not the desktop app.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Force Slack in Browser

قم بتنزيل ملفات الامتداد Force Slack in Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
        }
    ]
}