Execute Order 66
For those people who have coworkers who swear a little bit too much in their commits...
Execute Order 66คืออะไร?
Execute Order 66 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "For those people who have coworkers who swear a little bit too much in their commits..."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Execute Order 66
ดาวน์โหลดไฟล์ส่วนขยาย Execute Order 66 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspiration Emotions run high when coding and there is always member of the team that swears a little too much in github commits. Normally this is ok, but when you have hackathon officials or potential partners reviewing it, those vulgar swear words might not give off the gold impression you're striving for. It simply executes order 66. It cleanses the entire repo of all the jedi, I mean curse words.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Execute Order 66 |
ID | hgoanjhaboccoaefceiebdodiillhone |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/execute-order-66/hgoanjhaboccoaefceiebdodiillhone |
คำอธิบาย | For those people who have coworkers who swear a little bit too much in their commits... |
ขนาดไฟล์ | 24.11 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.66 |
อัปเดตครั้งล่าสุด | 2016-04-17 |
วันที่เผยแพร่ | 2016-04-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Execute Order 66", "short_name": "Order 66", "description": "For those people who have coworkers who swear a little bit too much in their commits...", "version": "0.66", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "logo\/icon16.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "swearWords.js", "myscript.js" ], "run_at": "document_end" } ] } |