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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Slack in Browser, not App
قم بتنزيل ملفات الامتداد Open Slack in Browser, not App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } |