30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
30k timeline란 무엇입니까?
30k timeline은(는) https://sites.google.com/site/sugasaki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that shows how many days you have lived (out of 30,000 days)."입니다.
확장 프로그램 스크린샷
30k timeline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
확장 프로그램 기본 정보
이름 | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
공식 URL | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
설명 | An extension that shows how many days you have lived (out of 30,000 days). |
파일 크기 | 1.98 MB |
설치 횟수 | 78 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-01-27 |
출시 날짜 | 2019-01-26 |
개발자 | https://sites.google.com/site/sugasaki |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://youtu.be/O4VftACvHQ4 |
도움말 페이지 URL | https://youtu.be/O4VftACvHQ4 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "30k timeline", "short_name": "React App", "description": "An extension that shows how many days you have lived (out of 30,000 days).", "version": "1.2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |