GitLab-Project-Favicon

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

Wat is GitLab-Project-Favicon?

GitLab-Project-Favicon is een Chrome-extensie ontwikkeld door Noroch, en de belangrijkste functie is "Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GitLab-Project-Favicon

Download GitLab-Project-Favicon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GitLab-Project-Favicon GitLab-Project-Favicon
ID bakcfpilmcemknpdfdakmfnfikedmodh
Officiële URL https://chromewebstore.google.com/detail/gitlab-project-favicon/bakcfpilmcemknpdfdakmfnfikedmodh
Beschrijving Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.
Bestandsgrootte 23.77 KB
Aantal Installaties 67
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-11-08
Publicatiedatum 2022-02-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Noroch
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/SogoKato/gitlab-project-favicon
Ondersteunde Talen 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"
    ]
}