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文件
下载Export Chrome History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |