Colab Auto Reconnect

Tool to prevent unexpected disconnect

Colab Auto Reconnectคืออะไร?

Colab Auto Reconnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charlie890414 และคุณลักษณะหลักของมันคือ "Tool to prevent unexpected disconnect"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colab Auto Reconnect

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

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

                        A tool to automatically reconnect Google's Colab without clicking the button.                    

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

ชื่อ Colab Auto Reconnect Colab Auto Reconnect
ID ifilpgffgdbhafnaebocnofaehicbkem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colab-auto-reconnect/ifilpgffgdbhafnaebocnofaehicbkem
คำอธิบาย Tool to prevent unexpected disconnect
ขนาดไฟล์ 9.28 KB
จำนวนการติดตั้ง 2,613
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-01-02
วันที่เผยแพร่ 2020-01-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา charlie890414
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/charlie890414/Colab-Auto-Reconnect
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colab Auto Reconnect",
    "version": "1.0",
    "description": "Tool to prevent unexpected disconnect",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/colab.research.google.com\/drive\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "js\/script.js"
    ],
    "icons": {
        "512": "images\/icon.png"
    },
    "manifest_version": 2
}