slack-direct
Love Slack? Hate slack-redir? Use slack-direct!
What is slack-direct?
slack-direct is a Chrome extension developed by Jeremy Danyow, and its main feature is "Love Slack? Hate slack-redir? Use slack-direct!".
Extension Screenshots
Download slack-direct Extension CRX File
Download slack-direct extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension removes the pesky trip to http://slack-redir.net when opening links in slack. Source code at: https://github.com/jdanyow/slack-direct/
Extension Basic Information
Name | slack-direct |
ID | dpoaghknbfogjmbilamfoaohdbiiphib |
Official URL | https://chromewebstore.google.com/detail/slack-direct/dpoaghknbfogjmbilamfoaohdbiiphib |
Description | Love Slack? Hate slack-redir? Use slack-direct! |
File Size | 10.27 KB |
Installation Count | 72 |
Current Version | 2.0 |
Last Updated | 2018-05-21 |
Publish Date | 2018-05-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Jeremy Danyow |
Payment Type | free |
Extension Website | https://github.com/jdanyow/slack-direct/ |
Help Page URL | https://github.com/jdanyow/slack-direct/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "slack-direct", "description": "Love Slack? Hate slack-redir? Use slack-direct!", "author": "Jeremy Danyow", "icons": { "128": "icon128.png" }, "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "main.js" ] } ] } |