Github Clone to Sourcetree Button
Add button to any github repo to clone it into SourceTree
Github Clone to Sourcetree Button क्या है?
Github Clone to Sourcetree Button gareth.blain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add button to any github repo to clone it into SourceTree"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Clone to Sourcetree Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple chrome plug-in that adds a button into the GitHub "Code" dropdown that opens SourceTree's clone window with all the details populated to clone the GitHub project you're currently on.
एक्सटेंशन की मूल जानकारी
नाम | Github Clone to Sourcetree Button |
ID | eopgibgcmlglaofajpkhoomnbdedijmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-clone-to-sourcetre/eopgibgcmlglaofajpkhoomnbdedijmb |
विवरण | Add button to any github repo to clone it into SourceTree |
फ़ाइल का आकार | 124 KB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-10-01 |
प्रकाशन तिथि | 2020-03-29 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | gareth.blain |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/GarethBlain/Github-Clone-to-Sourcetree-Button |
सहायता पृष्ठ URL | https://github.com/GarethBlain/Github-Clone-to-Sourcetree-Button/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/github.com\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "description": "Add button to any github repo to clone it into SourceTree", "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "manifest_version": 2, "name": "Github Clone to Sourcetree Button", "homepage_url": "https:\/\/github.com\/GarethBlain\/Github-Clone-to-Sourcetree-Button", "version": "1.0.1", "permissions": [ "tabs" ] } |