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…

Apa itu Random Shipit Generator?

Random Shipit Generator adalah ekstensi Chrome yang dikembangkan oleh Martin, dan fitur utamanya adalah "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Random Shipit Generator

Unduh file ekstensi Random Shipit Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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:                    

Informasi Dasar Ekstensi

Nama Random Shipit Generator Random Shipit Generator
ID hgfojoldkaihldboodphkjciajabpoga
URL Resmi https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga
Deskripsi Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…
Ukuran File 108 KB
Jumlah Instalasi 11
Versi Saat Ini 0.0.15
Terakhir Diperbarui 2016-06-17
Tanggal Publikasi 2016-06-17
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Martin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}