Pith - ayh
ayh/ayh_chrome/background.js [0.6 kb]
Modified: 17:12:59 138 026 (04 Aug 026)
21 Days Ago
chrome.runtime.onMessage.addListener((message, sender) => {
    if (message.action === 'updateBadge' && sender.tab) {
        const count = message.count > 0 ? message.count.toString() : '';
        
        chrome.action.setBadgeText({
            text: count,
            tabId: sender.tab.id
        });

        chrome.action.setBadgeBackgroundColor({
            color: '#486860',
            tabId: sender.tab.id
        });

        if (chrome.action.setBadgeTextColor) {
            chrome.action.setBadgeTextColor({
                color: '#FFFFFF',
                tabId: sender.tab.id
            });
        }
    }
});
Updates
Stave - Android 158.026
Kerf - Android 157.026
Kiln - Android 157.026
Wedge - Android 156.026
Whittle - Linux 155.026

Menu
Calendar
Project Tin (024/029)
Miter
RSS Feed
User Avatar
@vgmlr
=SUM(parts)
0.00172
257,587 (+23)