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…

Co to jest Random Shipit Generator?

Random Shipit Generator to rozszerzenie Chrome opracowane przez Martin, a jego główną funkcją jest „Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Random Shipit Generator

Pobierz pliki rozszerzeń Random Shipit Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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:                    

Podstawowe informacje o rozszerzeniu

Nazwa Random Shipit Generator Random Shipit Generator
ID hgfojoldkaihldboodphkjciajabpoga
Oficjalny URL https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga
Opis Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…
Rozmiar pliku 108 KB
Liczba instalacji 11
Aktualna Wersja 0.0.15
Ostatnia Aktualizacja 2016-06-17
Data Publikacji 2016-06-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Martin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}