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是由dimaslz开发的Chrome扩展程序,该扩展的主要功能是“Approve or reject pull requests in the style of Chuck Norris.”。
扩展截图
下载Chuck Norris Approved Pull Requests扩展crx文件
下载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" } } |