parent
ef6bbd117e
commit
d0eba2546a
3 changed files with 22 additions and 2 deletions
@ -0,0 +1,9 @@ |
||||
const create = (title, url) => { |
||||
return browser.bookmarks.create({ |
||||
type: 'bookmark', |
||||
title, |
||||
url, |
||||
}); |
||||
}; |
||||
|
||||
export { create }; |
Reference in new issue