shortcut to github1s

Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.

shortcut to github1s là gì?

shortcut to github1s là một tiện ích mở rộng Chrome được phát triển bởi katsuhisa_, và tính năng chính của nó là "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng shortcut to github1s

Tải xuống các tệp mở rộng shortcut to github1s dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên shortcut to github1s shortcut to github1s
ID gfcdbodapcbfckbfpmgeldfkkgjknceo
URL Chính Thức https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo
Mô tả Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
Kích Thước Tệp 13.38 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-04-29
Ngày Phát Hành 2021-02-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển katsuhisa_
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/katsuhisa91/github1s-shortcut/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}