-
Notifications
You must be signed in to change notification settings - Fork 42
Update to Manifest v3 (per Bug #86) #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Followed manifest V3 guide. Tested in Chrome, but not in Firefox (yet).
|
@trlkly not had chance to review/test this out yet but thank you in advance 🙏 |
|
🏆 Works for me in Microsoft Edge :-) |
|
Thank you @trlkly, I tried "Clutter Free" for a couple of months but the lack of "'number of duplicate tabs' badge" was a serious disadvantage. Your patches work fine: The only thing that needs fixed is the missing |
|
@monoblaine Thanks! I totally missed there was a build list. |
|
@Bamajon1974 no, the Chrome store requires jumping through hoops I'm not willing to go through (unlike the other major extension stores). I'm essentially running in Dev mode when I'm using Chrome to load local code. If you have the time, energy, and money to do this you'll likely make a few people happy (including me 😄 ). Again kudos to @trlkly for getting this up and running and @monoblaine for the final patch 👏 |
|
How do I build this locally and install it to my browser for testing? |
It varies. IMHO The easiest option is to not build it, rename the manifest file for the browser you are using (this step is unique to this repo), then load a debug version - some notes on this in readme at https://github.com/clach04/export-tabs-urls-phoenix/#dev-notes This isn't the best forum to ask that sort of question, so I don't intend to follow up on this. Good luck, I hope it gets you started 👍 |
|
unsubscribe
…On Thu, Apr 10, 2025, 8:43 PM clach04 ***@***.***> wrote:
@lumeng <https://github.com/lumeng>
How do I build this locally and install it to my browser for testing?
It varies. IMHO The easiest option is to *not* build it, rename the
manifest file for the browser you are using (this step is unique to this
repo), then load a debug version - some notes on this in readme at
https://github.com/clach04/export-tabs-urls-phoenix/#dev-notes
This isn't the best forum to ask that sort of question, so I don't intend
to follow up on this. Good luck, I hope it gets you started 👍
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV3O7AREOTLD5NXG6LNLB432Y4F25AVCNFSM6AAAAABMMMLV6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJVGUZDAOJSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
*clach04* left a comment (Peuj/duplicate-tabs-closer#88)
<#88 (comment)>
@lumeng <https://github.com/lumeng>
How do I build this locally and install it to my browser for testing?
It varies. IMHO The easiest option is to *not* build it, rename the
manifest file for the browser you are using (this step is unique to this
repo), then load a debug version - some notes on this in readme at
https://github.com/clach04/export-tabs-urls-phoenix/#dev-notes
This isn't the best forum to ask that sort of question, so I don't intend
to follow up on this. Good luck, I hope it gets you started 👍
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV3O7AREOTLD5NXG6LNLB432Y4F25AVCNFSM6AAAAABMMMLV6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJVGUZDAOJSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I followed the guide at https://developer.chrome.com/docs/extensions/develop/migrate
There was one API that doesn't exist in Mv3, but the difference in functionality seems minimal. (Script can no longer detect if a popup is open.)