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" } } |