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" } ] } |