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…
Wat is Random Shipit Generator?
Random Shipit Generator is een Chrome-extensie ontwikkeld door Martin, en de belangrijkste functie is "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Shipit Generator
Download Random Shipit Generator-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
                        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:                     Basisinformatie over de Extensie
| Naam |  | 
| ID | hgfojoldkaihldboodphkjciajabpoga | 
| Officiële URL | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga | 
| Beschrijving | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… | 
| Bestandsgrootte | 108 KB | 
| Aantal Installaties | 11 | 
| Huidige Versie | 0.0.15 | 
| Laatst Bijgewerkt | 2016-06-17 | 
| Publicatiedatum | 2016-06-17 | 
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | Martin | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
} | |