OneSidebar - GitHub Navigator

The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!

OneSidebar - GitHub Navigatorคืออะไร?

OneSidebar - GitHub Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oliver N. และคุณลักษณะหลักของมันคือ "The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneSidebar - GitHub Navigator

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

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

                        OneSidebar adds a sidebar for navigating GitHub code, issues, pull requests, discussions, and notifications quickly on the same browser window.

No longer having to open too many tabs! Your files, issues, and notifications are only a single click away!

FEATURES

➤ Navigate on GitHub: code, issues, pull requests, discussions, notifications, ...
➤ Switch branches and tags
➤ Bookmark repositories for quick access
➤ Fuzzy search
➤ ... and more!


ABOUT YOUR DATA

I have no interest in your data at all. As developers, we all respect privacy and data. So no tracking code. No Google Analytics. Nothing is sent out of your browser. When you log in for more advanced features, only your GitHub username is used for checking the license.

SUPPORT & BUG REPORT

Twitter: twitter.com/@_OliverNguyen
Email: [email protected]
Website: onesidebar.com
Discussion: github.com/onesidebar/OneSidebar/discussions                    

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

ชื่อ OneSidebar - GitHub Navigator OneSidebar - GitHub Navigator
ID hbobgffpocdikbnfblapkhokgfmpojmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onesidebar-github-navigat/hbobgffpocdikbnfblapkhokgfmpojmm
คำอธิบาย The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!
ขนาดไฟล์ 183 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-09-15
วันที่เผยแพร่ 2021-03-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Oliver N.
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://onesidebar.com
URL หน้าช่วยเหลือ https://github.com/onesidebar/OneSidebar/discussions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "{af81a170-dd11-4210-9c85-bb922d00a659}"
        }
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!",
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png",
        "512": "icon512.png",
        "96": "icon96.png"
    },
    "manifest_version": 3,
    "name": "OneSidebar - GitHub Navigator",
    "permissions": [
        "storage"
    ],
    "version": "1.6",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}