History Trends Unlimited

Search and analyze your unlimited history.

Τι είναι το History Trends Unlimited;

Το History Trends Unlimited είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον [email protected], και η κύρια λειτουργία του είναι "Search and analyze your unlimited history.".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης History Trends Unlimited σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        History Trends Unlimited regularly syncs your history to a local database to work around the (approximate) 3-month time limit imposed by Chrome.  Your history is saved locally; it's never shared or sent over the network.

Features:
* Interactive charts and stats. Click any of the bar/line/pie charts to filter by a value.
* Search your history by keyword. Or browse it chronologically.
* Access the raw data to perform your own analysis. Click the "Export These Results" link on the Trends or Search page.
* Transfer your history to a new computer. See instructions on the Options page.

NOTES:
* This extension now requires a minimum of Chrome v109.
* Uninstalling this extension will delete all of the history it has saved. To create a backup of your history, use the "Export History" button on the Options page.
* This extension stores your history separate from Chrome's history, which means 1) clearing Chrome's history will not delete your history in this extension, and 2) this extension will not preserve the color of links you have already visited.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα History Trends Unlimited History Trends Unlimited
ID pnmchffiealhkdloeffcdnbgdnedheme
Επίσημο URL https://chromewebstore.google.com/detail/history-trends-unlimited/pnmchffiealhkdloeffcdnbgdnedheme
Περιγραφή Search and analyze your unlimited history.
Μέγεθος Αρχείου 1.04 MB
Αριθμός Εγκαταστάσεων 57,327
Τρέχουσα Έκδοση 1.7.7
Τελευταία Ενημέρωση 2024-02-18
Ημερομηνία Δημοσίευσης 2020-04-04
Αξιολόγηση 4.56/5 Συνολικά 414 Αξιολογήσεις
Προγραμματιστής [email protected]
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/history-trends-unlimited/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_extension_name__"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "name": "__MSG_extension_name__",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/"
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "version": "1.7.7",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; child-src 'none'; connect-src 'none'",
    "minimum_chrome_version": "109"
}