U History
Save & Read Chrome History on Your Google Drive
U History란 무엇입니까?
U History은(는) Pike96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save & Read Chrome History on Your Google Drive"입니다.
확장 프로그램 스크린샷
U History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Backup selected month browsing history to your Google Drive. - Automatically backup last month history in background once authorized. - Read saved history on Goolge Drive.
확장 프로그램 기본 정보
이름 | U History |
ID | nkokmdpokpgocgabofnpkandjgchljgf |
공식 URL | https://chromewebstore.google.com/detail/u-history/nkokmdpokpgocgabofnpkandjgchljgf |
설명 | Save & Read Chrome History on Your Google Drive |
파일 크기 | 517 KB |
설치 횟수 | 379 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-06-08 |
출시 날짜 | 2019-10-07 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | Pike96 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Pike96/UHistory |
도움말 페이지 URL | https://github.com/Pike96/UHistory/issues |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/11ae14f5-4764-4c54-996b-bc318c673362 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "U History", "description": "Save & Read Chrome History on Your Google Drive", "version": "1.1.0", "options_ui": { "page": "options.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "history", "identity", "storage" ], "oauth2": { "client_id": "445850840649-0uncfbdu7foj97slpoonrc56nv205dpa.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnQv8WfCcS0XIWG2oNLHdJBIPH5QvHsXEeeiAwSbTE\/Leh\/DsfHdpevD\/mwFR55kJRZ4drP\/GX\/ikIkYZDlsEQ06uTPlsuDA2j\/gaDDf+ZblhQpaOgeTbq7yO201kIpmu+u\/JsrO7KB3c0q7y8Y+q\/N8xLZC6ZjkpygBcs5y\/J\/SPQSPeR5sXOqPBVpKMqiVPZRsSUq95g0\/w7\/eU+ajMDBxJlVkw8OkpA9nRap506FPQeBp2eZXUlENHbt3QKsz5kmsQU2oUhJ+7VWsa1Sw0PTY3GxdNF1k58yCYLe+c4MU2D64yn15FQ3Sa712UZT0Tvel+AhrdYjoB3fJ2PFECwIDAQAB", "host_permissions": [ "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*" ] } |