I need to set a text at top of icon buts coming down as of now. I am using using setbadgetext in chrome extension as follows
chrome.tabs.executeScript(tabId, {code: chrome.browserAction.setBadgeText ( { text: 'hi' } )}, function() {
});
So the text hi appear to the bottom right of extension icon.i want it at the top.
Please suggest.Any js hack or chrome additions welcome.