Aviator Chrome Extension

Show Aviator MergeQueue status on GitHub

Was ist Aviator Chrome Extension?

Aviator Chrome Extension ist eine Chrome-Erweiterung, die von Aviator Technologies Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Show Aviator MergeQueue status on GitHub".

Erweiterungsscreenshots

screenshot

Aviator Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aviator Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Enrich GitHub pull-requests with the MergeQueue status. This allows you to enqueue a pull-request in one button.                    

Grundlegende Informationen zur Erweiterung

Name Aviator Chrome Extension Aviator Chrome Extension
ID inoabloekooadaolcncfmpgafkgbgnif
Offizielle URL https://chromewebstore.google.com/detail/aviator-chrome-extension/inoabloekooadaolcncfmpgafkgbgnif
Beschreibung Show Aviator MergeQueue status on GitHub
Dateigröße 2.96 MB
Installationsanzahl 408
Aktuelle Version 1.7
Letztes Update 2024-02-07
Veröffentlichungsdatum 2023-07-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Aviator Technologies Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.aviator.co/
URL der Datenschutzrichtlinien-Seite https://www.aviator.co/legal-pages/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aviator Chrome Extension",
    "description": "Show Aviator MergeQueue status on GitHub",
    "version": "1.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "content_script_outer.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "images\/Isotype_FullColor.16x16.png",
        "32": "images\/Isotype_FullColor.32x32.png",
        "48": "images\/Isotype_FullColor.48x48.png",
        "128": "images\/Isotype_FullColor.128x128.png"
    },
    "options_page": "options.html",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "identity",
        "scripting",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAobIcZm6p1d+HuQfbpTmUpmr7nCmB5tCGY2qgXSyWPC\/LNnttWvAFbKxWiarV9JG9GPLPP3YmqDFfsDXFg4ElpkhWDsICeZpgFzf7lSeV7ZmyEvyOWbL\/w85sZ312gIlpnS8UZvUVIUWGPqzL3PQYpocn\/xm\/jr\/ZGOaGDrXduSxHOslOH4ZS0VQHVN11UZcrRTIMGm5Ae0xPkf73wCpEmoYd9pFIr4+kEZvlyg6\/Bcv3surYg1p1YtnsJDpnj4ncCvSgio7RfzqnTgR9LsPdIjgFuAYgHP563oji7hdQWXd3Wludrss+IP8qECPfQ7rog+b3LTw+\/jlPzs8nFHNFFwIDAQAB"
}