79091509

Date: 2024-10-15 19:42:22
Score: 1.5
Natty:
Report link

In manifest_version 3 use this

`chrome.action.onClicked.addListener((tab) => {
  chrome.tabs.create({
    url: "your_html_.html"
  });
 })`
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rishabh verma