Jumpcat

The missing command palette for GitHub

Wat is Jumpcat?

Jumpcat is een Chrome-extensie ontwikkeld door https://jumpcat.dev, en de belangrijkste functie is "The missing command palette for GitHub".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jumpcat

Download Jumpcat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Command palette for easy beginner and power user navigation on GitHub.com

Once installed hit cmd + j (or ctrl  +j on windows/linux) to open the command palette                    

Basisinformatie over de Extensie

Naam Jumpcat Jumpcat
ID bdjamoegndceikaofgcnfkeekeoiffcn
Officiële URL https://chromewebstore.google.com/detail/jumpcat/bdjamoegndceikaofgcnfkeekeoiffcn
Beschrijving The missing command palette for GitHub
Bestandsgrootte 229 KB
Aantal Installaties 59
Huidige Versie 0.20.0
Laatst Bijgewerkt 2022-07-28
Publicatiedatum 2021-11-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://jumpcat.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jumpcat.dev/
Help Pagina-URL https://github.com/stefanbuck/jumpcat/issues
URL van de Privacybeleid Pagina https://stefanbuck.com/privacy-policies
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jumpcat",
    "version": "0.20.0",
    "description": "The missing command palette for GitHub",
    "homepage_url": "https:\/\/github.com\/stefanbuck\/jumpcat",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "omnibox": {
        "keyword": "j"
    },
    "icons": {
        "16": "\/assets\/icon-16.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/github.com\/"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "\/app\/options\/options.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/app\/background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "\/assets\/style.css"
            ],
            "js": [
                "\/app\/index.js"
            ]
        }
    ]
}