Export Chrome History
Export your Chrome History as an Excel-readable CSV file or as a JSON file.
Export Chrome History란 무엇입니까?
Export Chrome History은(는) Jarett Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export your Chrome History as an Excel-readable CSV file or as a JSON file."입니다.
확장 프로그램 스크린샷
Export Chrome History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To use this extension, click the puzzle piece in the top right, then click on Export Chrome History. This extension is limited by Chrome's 3 month limit - this is separate from your google account's history. If you have a Google account and need browser history from more than 3 months ago, please search online for help with Google Takeout instead. Version 1.0.1.0 * Indicate that the "Forever" option is limited by Chrome's 3 month (90 day) browsing history memory. * Pad the .csv minute and second times. For example, the time goes from 5:3:7 to 5:03:07 when viewed in plain text.
확장 프로그램 기본 정보
이름 | Export Chrome History |
ID | dihloblpkeiddiaojbagoecedbfpifdj |
공식 URL | https://chromewebstore.google.com/detail/export-chrome-history/dihloblpkeiddiaojbagoecedbfpifdj |
설명 | Export your Chrome History as an Excel-readable CSV file or as a JSON file. |
파일 크기 | 13.86 KB |
설치 횟수 | 104,386 |
현재 버전 | 1.0.2.0 |
최근 업데이트 | 2022-06-09 |
출시 날짜 | 2018-08-12 |
평점 | 4.67/5 총 42 개의 평점 |
개발자 | Jarett Lee |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Chrome History", "version": "1.0.2.0", "description": "Export your Chrome History as an Excel-readable CSV file or as a JSON file.", "action": { "default_title": "Download Chrome History", "default_popup": "popup.html" }, "permissions": [ "downloads", "history" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-48x48.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "manifest_version": 3 } |