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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में OneSidebar - GitHub Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}