WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Github Link Creator (Auto link)

Github Link Creator (Auto link)

View on Chrome Web Store
View Github Link Creator (Auto link) Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
4 views
This extension has been viewed 4 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.

Creates buttons with links to GitHub from patterns like JIRA-123 on any webpage
Type
Extension
Users
5 users
1
Artur Kovalchuk
View author page of Artur Kovalchuk
Published
Published on April 24, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on April 24, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Github Link Creator (Auto link) 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": "Github Link Creator (Auto link)",
    "version": "1.0.0",
    "description": "Creates buttons with links to GitHub from patterns like JIRA-123 on any webpage",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Github Link Creator (Auto link)",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon_github_pr.png",
                "icon_github_commit.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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