Mte90 / Share-Backported

Extension to get back the Firefox Share modal
https://addons.mozilla.org/firefox/addon/share-backported/#
GNU General Public License v2.0
50 stars 20 forks source link

Add a "welcome page" after you installed the addon #160

Open Sav22999 opened 3 years ago

Sav22999 commented 3 years ago

In which you could insert some information (link to GitHub, and FAQ)

Ryuno-Ki commented 3 years ago

What would be needed in the manifest.json? (Perhaps link to an extension where you observed the behaviour, so I could take a look).

Mte90 commented 3 years ago

I don't think that there is a permission for that but we should implement something.

Ryuno-Ki commented 3 years ago

I wouldn't know how to know when to trigger the opening of a new page as welcome screen. I think, I've saw it somewhere, but can't recall the add-on off-hand.

Mte90 commented 3 years ago

The way to do it is to check if there are any settings, if it is missing means that is a new installation.

Mte90 commented 2 years ago

There is an API now https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onInstalled

Mte90 commented 1 year ago

I was thinking to add also a text about some tools like telegram or whatsapp that open the client installed in the machine as alert in that page.

SameerSahu007 commented 1 year ago

we can redirect user to a welcome webpage when someone installs our add on?

Mte90 commented 1 year ago

Yes this is the purpose of this ticket, we just need to do it

SameerSahu007 commented 1 year ago

great I can work on it