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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |