WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Nav to github issue

Nav to github issue

View on Chrome Web Store
View Nav to github issue Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quickly jump to GitHub issues by typing 'i <issue_number>'. Set up your github organization and repo name in options first.
Type
Extension
Users
14 users
1
ali.*****************
View author page of ali.*****************
Published
Published on June 12, 2025
Version 1.0
Manifest version
3
Updated
Updated on June 17, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Nav to github issue Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nav to github issue",
    "version": "1.0",
    "description": "Quickly jump to GitHub issues by typing 'i <issue_number>'. Set up your github organization and repo name in options first.",
    "icons": {
        "16": "icons\/travel.png",
        "48": "icons\/travel.png",
        "128": "icons\/travel.png"
    },
    "omnibox": {
        "keyword": "i"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/github.com\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top