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…
Cos'è Random Shipit Generator?
Random Shipit Generator è un'estensione di Chrome sviluppata da Martin, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Random Shipit Generator
Scarica i file di estensione Random Shipit Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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:
Informazioni di Base sull'Estensione
Nome | Random Shipit Generator |
ID | hgfojoldkaihldboodphkjciajabpoga |
URL Ufficiale | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga |
Descrizione | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… |
Dimensione del File | 108 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.0.15 |
Ultimo Aggiornamento | 2016-06-17 |
Data di Pubblicazione | 2016-06-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Martin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |