shortcut to github1s
Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
shortcut to github1sคืออะไร?
shortcut to github1s เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katsuhisa_ และคุณลักษณะหลักของมันคือ "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shortcut to github1s
ดาวน์โหลดไฟล์ส่วนขยาย shortcut to github1s ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Based on https://github.com/conwnet/github1s. Thank you!
## About github1s
> Just add 1s after github and press Enter in browser address bar for any repository you want to read.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | gfcdbodapcbfckbfpmgeldfkkgjknceo | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo | 
| คำอธิบาย | Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1. | 
| ขนาดไฟล์ | 13.38 KB | 
| จำนวนการติดตั้ง | 164 | 
| เวอร์ชันปัจจุบัน | 1.2.0 | 
| อัปเดตครั้งล่าสุด | 2021-04-29 | 
| วันที่เผยแพร่ | 2021-02-16 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | katsuhisa_ | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/katsuhisa91/github1s-shortcut/ | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shortcut to github1s",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "Launch github1s with Ctrl(Win)\/Command(Mac)+Shift+1.",
    "icons": {
        "16": "resources\/quick_github1s.ico",
        "48": "resources\/quick_github1s.ico",
        "128": "resources\/quick_github1s.ico"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "resources\/quick_github1s.ico",
        "default_title": "shortcut to github1s"
    },
    "commands": {
        "quickLaunch": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "global": true,
            "description": "Launch github1s"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/github1s.com\/*"
    ]
}  |  |