TheDeanVanGreunen

chrome-open-window-tab

Jul 21st, 2021
1,977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let window = await chrome.windows.create({
  2.      url: "https://example.com/,
  3.     state: 'minimized',
  4.     type: 'popup'
  5. });
  6. let tab = window.tabs[0];
Advertisement
Add Comment
Please, Sign In to add comment