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…
Qu'est-ce que Random Shipit Generator ?
Random Shipit Generator est une extension Chrome développée par Martin, et sa fonction principale est "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Shipit Generator
Téléchargez les fichiers d'extension Random Shipit Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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:
Informations de Base sur l'Extension
Nom | Random Shipit Generator |
ID | hgfojoldkaihldboodphkjciajabpoga |
URL Officiel | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga |
Description | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… |
Taille du Fichier | 108 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.0.15 |
Dernière Mise à Jour | 2016-06-17 |
Date de Publication | 2016-06-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Martin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |