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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |