Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Create Firefox extension #38

Open
magicoder10 opened this issue Mar 16, 2020 · 3 comments
Open

Create Firefox extension #38

magicoder10 opened this issue Mar 16, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@magicoder10
Copy link
Member

magicoder10 commented Mar 16, 2020

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension

@dasjideepak
Copy link

I want to work on this issue.

@magicoder10
Copy link
Member Author

@dasjideepak Very cool! You can modify on top of this one. Just extra out browser specific code through interfaces and dynamically decide which detailed APIs to call. For example:

interface IBrowserAPI {
}
interface ChromeAPI {
}
interface FirefoxAPI {
}

You may also need to detect browser type:
https://github.com/short-d/short/tree/master/frontend/src/service/extensionService

@magicoder10 magicoder10 added the enhancement New feature or request label May 15, 2020
@magicoder10
Copy link
Member Author

You can join our Slack channel here: https://api.short-d.com/r/slack

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants