Skip to content
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

Migrate manifestV2 to manifestV3 #71

Open
sheepzh opened this issue Apr 14, 2022 · 9 comments
Open

Migrate manifestV2 to manifestV3 #71

sheepzh opened this issue Apr 14, 2022 · 9 comments
Labels
optimization Optimization of UX or partial features

Comments

@sheepzh
Copy link
Owner

sheepzh commented Apr 14, 2022

Chrome will not support manifestV2 since 2023.

@sheepzh sheepzh added the optimization Optimization of UX or partial features label May 10, 2022
@sheepzh
Copy link
Owner Author

sheepzh commented May 11, 2022

  • No longer use chrome://favicon/[host_url] as the default icon, cause protocol chrome is invalid since mv3

@sheepzh
Copy link
Owner Author

sheepzh commented May 23, 2022

  • Create context menu items after installed/update cause errors occuring via mv3
    image

see https://stackoverflow.com/a/64318706

@sheepzh
Copy link
Owner Author

sheepzh commented Jun 16, 2022

Published since v1.0.3 for Chrome

@sheepzh
Copy link
Owner Author

sheepzh commented Jun 19, 2022

  • background.js does not work after re-enbled in Linux. Seem to be ok in Mac.

@see https://bugs.chromium.org/p/chromium/issues/detail?id=1271154#c52

@sheepzh
Copy link
Owner Author

sheepzh commented Jul 28, 2022

Published in Edge since v1.1.7

@sheepzh
Copy link
Owner Author

sheepzh commented Aug 17, 2022

Statistics are inaccurate cause of service worker.

  • Need reconstruct the timer, keep statistics operation in the content script.
  • Replace setInterval() with chrome.alarms API, setInteval does not work in service worker.

@sheepzh
Copy link
Owner Author

sheepzh commented Sep 24, 2022

Published in Chrome since v1.2.4
Published in Edge since v1.2.5

@sheepzh
Copy link
Owner Author

sheepzh commented Feb 19, 2023

Use content script to stat time

sheepzh added a commit that referenced this issue Feb 24, 2023
Use content script to stat browsing time for mv3 (#71)
sheepzh added a commit that referenced this issue May 7, 2023
Use content script to stat browsing time for mv3 (#71)
@sheepzh
Copy link
Owner Author

sheepzh commented Jul 25, 2023

Re-published in v1.9.1 in Chrome & Edge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Optimization of UX or partial features
Projects
None yet
Development

No branches or pull requests

1 participant