Export History/Bookmarks to JSON/CSV*/XLS*
Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV/XLS/XLSX file at http://www.json-xls.com
Export History/Bookmarks to JSON/CSV*/XLS*란 무엇입니까?
Export History/Bookmarks to JSON/CSV*/XLS*은(는) https://json-xls.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV/XLS/XLSX file at http://www.json-xls.com"입니다.
확장 프로그램 스크린샷
Export History/Bookmarks to JSON/CSV*/XLS* 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save Chrome history and bookmarks as JSON files. Click on 'Chrome History.json' or 'Chrome Bookmarks.json' button to download JSON file with your browser history/bookmarks. If you want to convert downloaded JSON file to CSV/XLS/XLSX format please use online converter http://www.JSON-XLS.com/json2xls. NOTICE: This extension doesn't export history or bookmarks into CSV or Microsoft Excel Binary File Format (.xls) file. Any JSON file can be converted to CSV/XLS/XLSX format at http://json-xls.com/. ----------- v2.3: - Changed maximum period due to Chrome limitations (not more than 3 months). v2.2: - Fixed downloading bookmarks (invalid 'Added date'). v2.1: - Fixed download on second attempt. v2.0: - Fixed download if "Ask where to save each file before downloading" is Checked in Chrome's Settings v1.9: - JSON files have been formatted! v1.8: - Extension requires 'Manage your downloads' permission (for Chrome v65.0.3325.181 or later)! v1.6: - Two new limits were added for history records: 100K and 500K! v1.4: - Allows to limit number of history records! v1.3: - CSV/TSV formats are available! v1.2: - human readable format for date/time stamp!
확장 프로그램 기본 정보
이름 | Export History/Bookmarks to JSON/CSV*/XLS* |
ID | dcoegfodcnjofhjfbhegcgjgapeichlf |
공식 URL | https://chromewebstore.google.com/detail/export-historybookmarks-t/dcoegfodcnjofhjfbhegcgjgapeichlf |
설명 | Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV/XLS/XLSX file at http://www.json-xls.com |
파일 크기 | 20.21 KB |
설치 횟수 | 30,871 |
현재 버전 | 2.3 |
최근 업데이트 | 2022-09-17 |
출시 날짜 | 2020-06-11 |
평점 | 3.10/5 총 68 개의 평점 |
개발자 | https://json-xls.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export History\/Bookmarks to JSON\/CSV*\/XLS*", "description": "Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV\/XLS\/XLSX file at http:\/\/www.json-xls.com", "version": "2.3", "permissions": [ "history", "bookmarks", "downloads" ], "action": { "default_icon": "icon512.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "popup.js" ], "matches": [ " |