James Akpan
unread,Jul 5, 2023, 7:58:47 PM7/5/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Simeon Vincent, James Akpan, Chromium Extensions, Patrick Kettner
Thanks sooo much for replying. But I have an error still. Or more like NOTHING happens.
This is what my function looks like;
const startSavingNewArticle = () => {
console.log("getting here")
chrome.action.onClicked.addListener((tab) => {
console.log(tab.url);
});
What do you think could cause the console not to run?
I have the permissions set. I am calling this in a func not my background.