WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Grid View for GitHub

Grid View for GitHub

View on Chrome Web Store
View Grid View for GitHub Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
10 views
This extension has been viewed 10 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.

Turning the repositories into a grid view for GitHub
Type
Extension
Users
24 users
2
sapondanaisriwan
View author page of sapondanaisriwan
Published
Published on March 18, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on March 23, 2024
lifestyle/well_being
Extension Category
View on Chrome Web Store
View Grid View for GitHub 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",
    "description": "Turning the repositories into a grid view for GitHub",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Grid View for GitHub",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "GitHubGridView16.png",
        "32": "GitHubGridView32.png",
        "48": "GitHubGridView48.png",
        "64": "GitHubGridView64.png",
        "128": "GitHubGridView128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "GitHubGridView32.png",
        "default_title": "Grid View for GitHub"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "**\/*",
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 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