Grammar-Nazi Sniper
Know a grammar Nazi? Well make them look like a silly billy with this.
Grammar-Nazi Sniper란 무엇입니까?
Grammar-Nazi Sniper은(는) Jamhead에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Know a grammar Nazi? Well make them look like a silly billy with this."입니다.
확장 프로그램 스크린샷
Grammar-Nazi Sniper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This really simple extension just changes the text on webpages so that there will be appear to be grammar errors. Prank Grammar Nazis into thinking someone has made typos by installing this on their computer. It will drive them mad as they correct peoples "mistakes", and then refresh the page to see there never was a mistake! At the moment it's set to a 30% chance of doing a change on any of the following words: They're There Their Your You're Its It's This application is meant as a joke, don't use it on people who can't take a joke or if the joke is inappropriate. I've actually left it on my computer and forgot about it, only to send an email pointing out someone's grammar mistakes... Oh what a fool I am!
확장 프로그램 기본 정보
이름 | |
ID | jfmcccckobkegdpemjgekhbcnjemdaed |
공식 URL | https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed |
설명 | Know a grammar Nazi? Well make them look like a silly billy with this. |
파일 크기 | 82.75 KB |
설치 횟수 | 105 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2016-12-09 |
출시 날짜 | 2016-12-09 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | Jamhead |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grammar-Nazi Sniper", "description": "Know a grammar Nazi? Well make them look like a silly billy with this.", "version": "1.0.4", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "textChanger.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |