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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force Slack in Browser
ดาวน์โหลดไฟล์ส่วนขยาย Force Slack in Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See https://github.com/wearhere/ForceSlackInBrowser for more information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } ] } |