So It Goes
Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.
So It Goes란 무엇입니까?
So It Goes은(는) Zach Adams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence."입니다.
확장 프로그램 스크린샷
So It Goes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds in the phrase "so it goes" onto sentences or mentions of death on the text of the page you're visiting. Not guaranteed to work 100% of the time, but as far as it's been tested it seems to catch the vast majority of applicable circumstances. Source available here: https://github.com/zach-adams/so-it-goes
확장 프로그램 기본 정보
이름 | So It Goes |
ID | lbjgfodghkchhcpaeiiabadcllbommcl |
공식 URL | https://chromewebstore.google.com/detail/so-it-goes/lbjgfodghkchhcpaeiiabadcllbommcl |
설명 | Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence. |
파일 크기 | 10.26 KB |
설치 횟수 | 44 |
현재 버전 | 1.3.5 |
최근 업데이트 | 2020-02-21 |
출시 날짜 | 2020-02-21 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | Zach Adams |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zach-adams/so-it-goes |
도움말 페이지 URL | https://github.com/zach-adams/so-it-goes |
개인정보 보호 정책 페이지 URL | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "So It Goes", "version": "1.3.5", "description": "Adds 'So it goes' where appropriate to remind you that death is just a bad condition at a particular moment in one's existence.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "file:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |