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é es Random Shipit Generator?
Random Shipit Generator es una extensión de Chrome desarrollada por Martin, y su función principal es "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Random Shipit Generator
Descarga archivos de extensión Random Shipit Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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:
Información Básica de la Extensión
Nombre | Random Shipit Generator |
ID | hgfojoldkaihldboodphkjciajabpoga |
URL Oficial | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga |
Descripción | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… |
Tamaño del Archivo | 108 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 0.0.15 |
Última Actualización | 2016-06-17 |
Fecha de Publicación | 2016-06-17 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Martin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |