Warn Me
Warns you if there are any subjects that need a trigger warning on a webpage
Warn Me란 무엇입니까?
Warn Me은(는) Linus G.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Warns you if there are any subjects that need a trigger warning on a webpage"입니다.
확장 프로그램 스크린샷
Warn Me 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will warn you if any potentially triggering subjects appear on a webpage, allowing you to browse the Internet safely. You can also blacklist your own keywords if you want to add your own. The storage permission is used only to store words that you personally think are triggering, if you want to add your own. Enjoy!
확장 프로그램 기본 정보
이름 | Warn Me |
ID | koglokeamlegaaidhjnjdbifcpnkoafg |
공식 URL | https://chromewebstore.google.com/detail/warn-me/koglokeamlegaaidhjnjdbifcpnkoafg |
설명 | Warns you if there are any subjects that need a trigger warning on a webpage |
파일 크기 | 160 KB |
설치 횟수 | 64 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-09-30 |
출시 날짜 | 2016-09-29 |
평점 | 4.17/5 총 12 개의 평점 |
개발자 | Linus G. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/LinusGordon/warn-me |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Warn Me", "short_name": "Warn Me", "description": "Warns you if there are any subjects that need a trigger warning on a webpage", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "findtrig.js" ] } ], "permissions": [ "storage" ] } |