Open Slack in Browser, not App

Open Slack in Browser, not App

Open Slack in Browser, not Appคืออะไร?

Open Slack in Browser, not App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yume และคุณลักษณะหลักของมันคือ "Open Slack in Browser, not App"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Slack in Browser, not App

ดาวน์โหลดไฟล์ส่วนขยาย Open Slack in Browser, not App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension automatically redirect to the slack link with your browser, not open slack app.
Nothing more, nothing less.

You don't have to download and install slack app in your machine once you install this extension.
You can continue to use slack through a Chrome browser.

If you are feeling irritated with 

"Opening link in Slack...
You will be redirected in a few moments.
Don't have the app yet? Download Slack for Desktop
Or, you can open this link in your browser"

No more getting annoyed.
You don't need to install Slack App.



スラックのリンクをブラウザで開くとappを開こうとしてきます。
このextensionはappを開くことなくブラウザのままリンクに飛ぶようにするだけのシンプルな拡張機能です。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open Slack in Browser, not App Open Slack in Browser, not App
ID jkgehijlkoolgcjifalbiicaomkngakb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-slack-in-browser-not/jkgehijlkoolgcjifalbiicaomkngakb
คำอธิบาย Open Slack in Browser, not App
ขนาดไฟล์ 17.19 KB
จำนวนการติดตั้ง 1,832
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-03-20
วันที่เผยแพร่ 2019-06-05
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา yume
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.slack.com\/archives\/*",
                "https:\/\/*.slack.com\/archives\/*"
            ]
        }
    ],
    "description": "Open Slack in Browser, not App",
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "Open Slack in Browser, not App",
    "version": "1.0.2"
}