Freeze tab Title and Favicon

Freeze tab Title and Favicon

Co to jest Freeze tab Title and Favicon?

Freeze tab Title and Favicon to rozszerzenie Chrome opracowane przez FGRibreau, a jego główną funkcją jest „Freeze tab Title and Favicon”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Freeze tab Title and Favicon

Pobierz pliki rozszerzeń Freeze tab Title and Favicon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Freeze the browser tab titles and favicons. Reduce distraction and improve productivity.

No more tab title notifications like Inbox (3), Slack | ! Username | 1 new item. 

🌟 Reduce procrastination
🌟 Increase productivity

Every tab title always have the domain name (e.g. mail.google.com, slack.com).
Every tab favicon always have the default favicon (/favicon.ico) if available.                    

Podstawowe informacje o rozszerzeniu

Nazwa Freeze tab Title and Favicon Freeze tab Title and Favicon
ID dcohmlplfnhnblpmpnbglcnhlcbnhdag
Oficjalny URL https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag
Opis Freeze tab Title and Favicon
Rozmiar pliku 14.64 KB
Liczba instalacji 14
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-10-26
Data Publikacji 2020-10-26
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper FGRibreau
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/FGRibreau/chrome-freeze-tab-title
Adres URL Strony Pomocy https://github.com/FGRibreau/chrome-freeze-tab-title/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freeze tab Title and Favicon",
    "version": "1.0.0",
    "description": "Freeze tab Title and Favicon",
    "icons": {
        "128": "logo_128px.png"
    },
    "author": "Francois-Guillaume Ribreau",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}