Clone in VS Code

Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code

Clone in VS Code क्या है?

Clone in VS Code https://ahnafmahmud.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clone in VS Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A browser extension to clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code with just one click.

All you need is Visual Studio Code installed on your system for this extension to work. Then just click the extension on any GitHub, GitLab or Bitbucket repo and it will open VS Code where it will take you through the rest of the cloning process.

If you use the Insiders version of VS Code, or prefer to use VSCodium/VSCodium Insiders instead of VS Code, you can change which application the extension opens via the options page.                    

एक्सटेंशन की मूल जानकारी

नाम Clone in VS Code Clone in VS Code
ID bafggjdhleamglhfhbilngjelbnfblof
आधिकारिक URL https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof
विवरण Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
फ़ाइल का आकार 11.76 KB
स्थापना संख्या 314
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2023-12-19
प्रकाशन तिथि 2022-08-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://ahnafmahmud.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/infinitepower18/clone-in-vscode
सहायता पृष्ठ URL https://github.com/infinitepower18/clone-in-vscode/issues
गोपनीयता नीति पृष्ठ URL https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clone in VS Code",
    "description": "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code",
    "version": "1.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "author": "Ahnaf Mahmud",
    "homepage_url": "https:\/\/github.com\/infinitepower18\/clone-in-vscode",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/gitlab.com\/*",
        "https:\/\/bitbucket.org\/*"
    ]
}