Export History
Download your full chrome history in Excel-readable csv and json
什麼是Export History?
Export History是由Christian Genco開發的Chrome擴展程式,該擴展的主要功能是“Download your full chrome history in Excel-readable csv and json”。
擴展截圖
下載Export History擴展crx文件
下載Export History擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Export your entire Chrome history as csv Excel-readable spreadsheet and json.
This Chrome Extension's source code is open source! Fork it on Github: https://github.com/christiangenco/chrome-export-history
Changes:
# 2018-04-15: v2.2
* fixed files not downloading
# 2014-09-21: v2.0
* added automatic DateTime conversion for Excel from Javascript Timestamp
* fixed csv formatting for page titles that contain quotes and commas
* added Google Payments and easter eggs; made csv exports a pro feature 擴展基本資訊
| 名稱 | |
| ID | hcohnnbbiggngobheobhdipbgmcbelhh |
| 官方網址 | https://chromewebstore.google.com/detail/export-history/hcohnnbbiggngobheobhdipbgmcbelhh |
| 簡介 | Download your full chrome history in Excel-readable csv and json |
| 檔案大小 | 52.72 KB |
| 安裝次數 | 2,606 |
| 目前版本 | 2.2 |
| 更新時間 | 2018-04-15 |
| 上架時間 | 2018-04-15 |
| 評分 | 2.96/5 共 47 次評分 |
| 開發者 | Christian Genco |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://twitter.com/cgenco |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Export History",
"description": "Download your full chrome history in Excel-readable csv and json",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgbRhEYSFuFFubsDQmMiLL7gi+zqx+oy4cCZs0gaLK6D1LmJAMWzDrjgZ9OTXHjvqLnqely7ZLyzoPRwq8CspZdOiAukOI\/Df\/4crnJ+vqiJtjxT6\/pkY\/XCV04cMXcxONY7rsJi7GuhtsQXFG2qO\/I05L00Zdh+VMv0d8vrikklh2huQAEEtJyuFN6Wzdj5NP0zJJsBDQJ1dAUF26920438LSxpDtdVCX7nmHc2M76SyFeZzy8Q\/9cU8uKbS0GiCm4oSIR1L4KsAXvYjnv9xC3eE5VHrtD+LEoo2mdiRvvC4KJRHZj8m8s34d8fwomKZH2P70jlB9xlQz0RgWWEp5wIDAQAB",
"version": "2.2",
"permissions": [
"history",
"identity",
"https:\/\/www.googleapis.com\/",
"downloads"
],
"oauth2": {
"client_id": "650566817477-0080kv7ltdklamk1qf27rpjdrpa964qm.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |