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…
Что такое Random Shipit Generator?
Random Shipit Generator - это расширение Chrome, разработанное Martin, и его основная функция - "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".
Снимки экрана расширения
Скачать файл CRX расширения Random Shipit Generator
Скачайте файлы расширений Random Shipit Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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:
Основная информация о расширении
Название | Random Shipit Generator |
ID | hgfojoldkaihldboodphkjciajabpoga |
Официальный URL | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga |
Описание | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… |
Размер файла | 108 KB |
Количество установок | 11 |
Текущая Версия | 0.0.15 |
Последнее Обновление | 2016-06-17 |
Дата публикации | 2016-06-17 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Martin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |