Stop Tab Title Flashing

Keep tab titles from flashing.

Vad är Stop Tab Title Flashing?

Stop Tab Title Flashing är en Chrome-tillägg utvecklad av Got Users, och dess huvudfunktion är "Keep tab titles from flashing.".

Tilläggsskärmbilder

screenshot

Ladda ner Stop Tab Title Flashing-förlängningens CRX-fil

Ladda ner Stop Tab Title Flashing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Keep sites like Facebook, Twitter, Intercom, etc. from distracting you with flashing tab titles whenever you get a notification. Stay focused on what's important.

Github: https://github.com/akingabramson/stop_tab_title_flashing                    

Grundläggande Information om Tillägg

Namn Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
Officiell webbadress https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
Beskrivning Keep tab titles from flashing.
Filstorlek 20.11 KB
Antal Installationer 429
Aktuell Version 0.0.1
Senast Uppdaterad 2020-12-21
Publiceringsdatum 2020-12-21
Betyg 4.55/5 Totalt 11 Betyg
Utvecklare Got Users
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Tab Title Flashing",
    "version": "0.0.1",
    "description": "Keep tab titles from flashing.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop_tab_flashing.js"
            ]
        }
    ]
}