WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
WIP Pull Request Unhighlignter for GitHubคืออะไร?
WIP Pull Request Unhighlignter for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kensuke Nagae และคุณลักษณะหลักของมันคือ "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WIP Pull Request Unhighlignter for GitHub
ดาวน์โหลดไฟล์ส่วนขยาย WIP Pull Request Unhighlignter for GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension) Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
คำอธิบาย | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
ขนาดไฟล์ | 823 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 2.3.0 |
อัปเดตครั้งล่าสุด | 2019-08-07 |
วันที่เผยแพร่ | 2019-08-06 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Kensuke Nagae |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
URL หน้าช่วยเหลือ | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIP Pull Request Unhighlignter for GitHub", "version": "2.3.0", "manifest_version": 2, "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.", "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pulls*", "https:\/\/github.com\/pulls*" ], "js": [ "app.js" ] } ], "icons": { "128": "assets\/icon.png" } } |