GitLab-Project-Favicon
Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.
What is GitLab-Project-Favicon?
GitLab-Project-Favicon is a Chrome extension developed by Noroch, and its main feature is "Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily.".
Extension Screenshots
Download GitLab-Project-Favicon Extension CRX File
Download GitLab-Project-Favicon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GitLab-Project-Favicon |
ID | bakcfpilmcemknpdfdakmfnfikedmodh |
Official URL | https://chromewebstore.google.com/detail/gitlab-project-favicon/bakcfpilmcemknpdfdakmfnfikedmodh |
Description | Dynamically change GitLab favicons to project logos to distinguish many GitLab tabs easily. |
File Size | 23.77 KB |
Installation Count | 67 |
Current Version | 1.1.2 |
Last Updated | 2023-11-08 |
Publish Date | 2022-02-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Noroch |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SogoKato/gitlab-project-favicon |
Supported Languages | 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" ] } |