Open in Code

This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code

Open in Codeคืออะไร?

Open in Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohamad Jahani และคุณลักษณะหลักของมันคือ "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Code

ดาวน์โหลดไฟล์ส่วนขยาย Open in Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code.

This project is a free software. The source code is available in the following repository under MIT license.
https://github.com/mamal72/open-in-code                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in Code Open in Code
ID pojigilicipchiacceabcigkhkjhdcie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie
คำอธิบาย This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
ขนาดไฟล์ 15.18 KB
จำนวนการติดตั้ง 255
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2017-05-28
วันที่เผยแพร่ 2017-05-27
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Mohamad Jahani
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mamal72/open-in-code
URL หน้าช่วยเหลือ https://github.com/mamal72/open-in-code/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Code",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code",
    "homepage_url": "https:\/\/github.com\/mamal72\/open-in-code",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open in Code"
    },
    "permissions": [
        "tabs",
        "downloads",
        "downloads.shelf",
        "https:\/\/github.com\/*"
    ]
}