4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
// redirect to extension's index.html
|
|
const extensonUrl = chrome.extension.getURL('index.html')
|
|
const url = window.location.href
|