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…
Vad är Random Shipit Generator?
Random Shipit Generator är en Chrome-tillägg utvecklad av Martin, och dess huvudfunktion är "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".
Tilläggsskärmbilder
Ladda ner Random Shipit Generator-förlängningens CRX-fil
Ladda ner Random Shipit Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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:                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | hgfojoldkaihldboodphkjciajabpoga | 
| Officiell webbadress | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga | 
| Beskrivning | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… | 
| Filstorlek | 108 KB | 
| Antal Installationer | 11 | 
| Aktuell Version | 0.0.15 | 
| Senast Uppdaterad | 2016-06-17 | 
| Publiceringsdatum | 2016-06-17 | 
| Betyg | 5.00/5 Totalt 3 Betyg | 
| Utvecklare | Martin | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
} | |