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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“For those people who have coworkers who swear a little bit too much in their commits...”。
下載Execute Order 66擴展crx文件
下載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 |
官方網址 | 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" } ] } |