mohamedmansour / reload-all-tabs-extension

Reload All Tabs Google Chrome Extension
https://chrome.google.com/extensions/detail/midkcinmplflbiflboepnahkboeonkam
80 stars 23 forks source link

Update to Manifest V3 #33

Closed mohamedmansour closed 3 years ago

mohamedmansour commented 3 years ago

We need to update to Manifest V3 which changes the way extensions work.

Background Script is now a Service Worker. https://developer.chrome.com/docs/extensions/mv3/intro/

mohamedmansour commented 3 years ago

@sniemetz @leao-nardo is it possible any of you can help me test this update, I have refactored the entire extension to Manifest V3, I think I tested as much as I can, but would like to see if any of you found any problems.

You can download the extension from "Code" section > "Download Zip": image

And load the extension in "chrome://extensions" (drag and drop) (make sure developer is checked in bottom)

sniemetz commented 3 years ago

Nice rewrite!

No errors so far - I need to dive in a bit here and understand how v3 and workers are different.

On Wed, May 5, 2021 at 12:49 AM Mohamed Mansour @.***> wrote:

@sniemetz https://github.com/sniemetz @leao-nardo https://github.com/leao-nardo is it possible any of you can help me test this update, I have refactored the entire extension to Manifest V3, I think I tested as much as I can, but would like to see if any of you found any problems.

You can download the extension from "Code" section > "Download Zip": [image: image] https://user-images.githubusercontent.com/68524/117110854-9b976c80-ad3b-11eb-9f8b-2fc88dcb7308.png

And load the extension in "chrome://extensions" (drag and drop) (make sure developer is checked in bottom)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mohamedmansour/reload-all-tabs-extension/issues/33#issuecomment-832486624, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEU3PDANGHWEJMDMYFI3HDTMD2ADANCNFSM44BFA6HA .

--

Sven Niemetz cell 415 407 2133 http://www.linkedin.com/in/sniemetz efax 435 603-2133

mohamedmansour commented 3 years ago

Thank you @sniemetz , I deployed v5!