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…
Co je Random Shipit Generator?
Random Shipit Generator je rozšíření Chrome vyvinuté Martin, a jeho hlavní funkcí je „Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Random Shipit Generator
Stáhněte si soubory rozšíření Random Shipit Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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:
Základní Informace o Rozšíření
Název | Random Shipit Generator |
ID | hgfojoldkaihldboodphkjciajabpoga |
Oficiální URL | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga |
Popis | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… |
Velikost souboru | 108 KB |
Počet instalací | 11 |
Aktuální Verze | 0.0.15 |
Poslední Aktualizace | 2016-06-17 |
Datum Vydání | 2016-06-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Martin |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |