Chuck Norris Approved Pull Requests
Approve or reject pull requests in the style of Chuck Norris.
Что такое Chuck Norris Approved Pull Requests?
Chuck Norris Approved Pull Requests - это расширение Chrome, разработанное dimaslz, и его основная функция - "Approve or reject pull requests in the style of Chuck Norris.".
Снимки экрана расширения
Скачать файл CRX расширения Chuck Norris Approved Pull Requests
Скачайте файлы расширений Chuck Norris Approved Pull Requests в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Approve or reject pull requests in the style of Chuck Norris. Approved PRs will show the "Chuck Norris approved" stamp. Works on Github, Stash and Bitbucket. Github repo: https://github.com/dimaslz/ChuckNorrisApprovedPullRequest Landing: http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Основная информация о расширении
Название | Chuck Norris Approved Pull Requests |
ID | jdibklgnphdfjbkpaidajehhjofecald |
Официальный URL | https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald |
Описание | Approve or reject pull requests in the style of Chuck Norris. |
Размер файла | 544 KB |
Количество установок | 12 |
Текущая Версия | 1.2.8 |
Последнее Обновление | 2016-04-30 |
Дата публикации | 2016-04-30 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | dimaslz |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chuck Norris Approved Pull Requests", "author": "Dimas L\u00f3pez Zurita (dimaslz) | [email protected]", "version": "1.2.8", "manifest_version": 2, "description": "Approve or reject pull requests in the style of Chuck Norris.", "web_accessible_resources": [ "*.png" ], "content_scripts": [ { "matches": [ "https:\/\/*\/stash\/projects\/**\/*\/pull-requests\/*", "https:\/\/bitbucket.org\/**\/*\/pull-request*\/*", "https:\/\/github.com\/*", "https:\/\/bitbucket.org\/**\/commits\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |