GitLab-Project-Favicon

Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.

Hvad er GitLab-Project-Favicon?

GitLab-Project-Favicon er en Chrome-udvidelse udviklet af Noroch, og dens hovedfunktion er "Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GitLab-Project-Favicon-udvidelses-CRX-fil

Download GitLab-Project-Favicon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension is enabled in the all sites by default. You can set which GitLab site (e.g. gitlab.com or your self-hosted site) you would like to change favicons. Go chrome://extensions page for further information.                    

Grundlæggende oplysninger om udvidelsen

Navn GitLab-Project-Favicon GitLab-Project-Favicon
ID bakcfpilmcemknpdfdakmfnfikedmodh
Officiel URL https://chromewebstore.google.com/detail/gitlab-project-favicon/bakcfpilmcemknpdfdakmfnfikedmodh
Beskrivelse Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.
Filstørrelse 23.77 KB
Antal Installationer 67
Nuværende Version 1.1.2
Senest Opdateret 2023-11-08
Udgivelsesdato 2022-02-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Noroch
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/SogoKato/gitlab-project-favicon
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitLab-Project-Favicon",
    "version": "1.1.2",
    "description": "Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.",
    "icons": {
        "64": "icons\/gitlab-project-favicon-64.png",
        "128": "icons\/gitlab-project-favicon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "gitlab_project_icon.js"
            ]
        }
    ],
    "options_ui": {
        "page": "settings\/options.html"
    },
    "permissions": [
        "storage"
    ]
}