GitLab-Project-Favicon

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

什么是GitLab-Project-Favicon?

GitLab-Project-Favicon是由Noroch开发的Chrome扩展程序,该扩展的主要功能是“Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.”。

扩展截图

screenshot
screenshot

下载GitLab-Project-Favicon扩展crx文件

下载GitLab-Project-Favicon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GitLab-Project-Favicon GitLab-Project-Favicon
ID bakcfpilmcemknpdfdakmfnfikedmodh
官方URL https://chromewebstore.google.com/detail/gitlab-project-favicon/bakcfpilmcemknpdfdakmfnfikedmodh
简介 Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.
文件大小 23.77 KB
安装次数 67
当前版本 1.1.2
更新时间 2023-11-08
上架时间 2022-02-15
评分 5.00/5 共1次评分
开发者 Noroch
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/SogoKato/gitlab-project-favicon
支持的语言 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"
    ]
}