Force Slack in Browser
Force Slack to open archive links in the browser not the desktop app.
Wat is Force Slack in Browser?
Force Slack in Browser is een Chrome-extensie ontwikkeld door Jeff Wear, en de belangrijkste functie is "Force Slack to open archive links in the browser not the desktop app.".
Extensie Screenshots
Download het CRX-bestand van de extensie Force Slack in Browser
Download Force Slack in Browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
See https://github.com/wearhere/ForceSlackInBrowser for more information.
Basisinformatie over de Extensie
Naam | Force Slack in Browser |
ID | gfggogadjpapemlonlgpbofdeefkjakf |
Officiële URL | https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf |
Beschrijving | Force Slack to open archive links in the browser not the desktop app. |
Bestandsgrootte | 693 KB |
Aantal Installaties | 111 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-06-04 |
Publicatiedatum | 2019-06-03 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jeff Wear |
Betalingswijze | free |
Extensiewebsite | https://github.com/wearhere/ForceSlackInBrowser |
Help Pagina-URL | https://github.com/wearhere/ForceSlackInBrowser/issues |
Ondersteunde Talen | 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" } ] } |