Export Chrome History

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

Τι είναι το Export Chrome History;

Το Export Chrome History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jarett Lee, και η κύρια λειτουργία του είναι "Export your Chrome History as an Excel-readable CSV file or as a JSON file.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Export Chrome History

Λήψη αρχείων επέκτασης 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 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
}