Random Shipit Generator

Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…

Was ist Random Shipit Generator?

Random Shipit Generator ist eine Chrome-Erweiterung, die von Martin entwickelt wurde, und ihr Hauptmerkmal ist "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".

Erweiterungsscreenshots

screenshot

Random Shipit Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Random Shipit Generator-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

                        Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on GitHub.

Icons are currently a selection of:
:shipit:
:ship: :it:
:sheep: :it:
:sheep:
:package:                    

Grundlegende Informationen zur Erweiterung

Name Random Shipit Generator Random Shipit Generator
ID hgfojoldkaihldboodphkjciajabpoga
Offizielle URL https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga
Beschreibung Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…
Dateigröße 108 KB
Installationsanzahl 11
Aktuelle Version 0.0.15
Letztes Update 2016-06-17
Veröffentlichungsdatum 2016-06-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Martin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Shipit Generator",
    "version": "0.0.15",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "libs\/jQuery.min.js",
                "content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16-normal.png",
        "48": "images\/48x48-normal.png",
        "128": "images\/128x128-normal.png"
    },
    "web_accessible_resources": [
        "images\/xmas\/38x38.png"
    ]
}