GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
GitHub Label Copier क्या है?
GitHub Label Copier Vix Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to copy GitHub labels between repositories."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Label Copier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When working in multiple project, I have trouble when defining labels for each repository, it take a lot of time. My idea is to create this extension to help people to easy to clone GitHub labels between repositories.
एक्सटेंशन की मूल जानकारी
नाम | GitHub Label Copier |
ID | gieeedneboaipijmkejbjejdaleohlfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd |
विवरण | The easiest way to copy GitHub labels between repositories. |
फ़ाइल का आकार | 48.79 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-04-28 |
प्रकाशन तिथि | 2021-04-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Vix Nguyen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Label Copier", "description": "The easiest way to copy GitHub labels between repositories.", "version": "1.3", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/github-label-copier_16.png", "32": "\/images\/github-label-copier_32.png", "48": "\/images\/github-label-copier_48.png", "128": "\/images\/github-label-copier_128.png" } }, "icons": { "16": "\/images\/github-label-copier_16.png", "32": "\/images\/github-label-copier_32.png", "48": "\/images\/github-label-copier_48.png", "128": "\/images\/github-label-copier_128.png" } } |