GitLab Boost
Make some optimizations to the GitLab platform interface.
GitLab Boost क्या है?
GitLab Boost d4rkcr0w द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make some optimizations to the GitLab platform interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitLab Boost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# GitLab Boost Make some optimizations to the GitLab platform interface. 1. Convert labels to Scoped labels. 2. Each group of Scoped labels has a separate selection menu. GitHub: https://github.com/xudongdev/gitlab-boost
एक्सटेंशन की मूल जानकारी
नाम | GitLab Boost |
ID | dhmgodlaindloahmcilnlfigogelofan |
आधिकारिक URL | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
विवरण | Make some optimizations to the GitLab platform interface. |
फ़ाइल का आकार | 2.18 MB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 0.9.2 |
अंतिम अपडेट | 2021-09-27 |
प्रकाशन तिथि | 2021-02-22 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | d4rkcr0w |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitLab Boost", "description": "Make some optimizations to the GitLab platform interface.", "version": "0.9.2", "icons": { "128": "images\/icon.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "icon": { "path": "images\/icon-disable.png" } }, "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "images\/default-avatar.svg", "images\/issue-types\/bug.svg", "images\/issue-types\/story.svg", "images\/issue-types\/sub-task.svg", "images\/issue-types\/task.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |