Export Chrome History

Export your Chrome History as an Excel-readable CSV file or as a JSON file.

Was ist Export Chrome History?

Export Chrome History ist eine Chrome-Erweiterung, die von Jarett Lee entwickelt wurde, und ihr Hauptmerkmal ist "Export your Chrome History as an Excel-readable CSV file or as a JSON file.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Export Chrome History-Erweiterungs-CRX-Datei herunterladen

Laden Sie Export Chrome History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Export Chrome History Export Chrome History
ID dihloblpkeiddiaojbagoecedbfpifdj
Offizielle URL https://chromewebstore.google.com/detail/export-chrome-history/dihloblpkeiddiaojbagoecedbfpifdj
Beschreibung Export your Chrome History as an Excel-readable CSV file or as a JSON file.
Dateigröße 13.86 KB
Installationsanzahl 104,386
Aktuelle Version 1.0.2.0
Letztes Update 2022-06-09
Veröffentlichungsdatum 2018-08-12
Bewertung 4.67/5 Insgesamt 42 Bewertungen
Entwickler Jarett Lee
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}