History Manager

Superb new tab page to treasure & apply your whole history! Be smarter & faster - Chromium deletes history after 90 days. 'Senile…

Τι είναι το History Manager;

Το History Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Code Charity, και η κύρια λειτουργία του είναι "Superb new tab page to treasure & apply your whole history! Be smarter & faster - Chromium deletes history after 90 days. 'Senile…".

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

screenshot
screenshot
screenshot

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

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

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

                        Superb new tab page to treasure & apply your whole history!

Be smarter & faster - Chromium deletes history after 90 days.
'Senile storage' is a paradox (storage is to reduce forgetting, not promote it. Just like we also avoid Alzheimers & Snapchat)

PREVIEW alpha version!   Please just select  "SEARCH IN TABLES", to understand the essential feature.  to filter & make use of your history in multiple ways at once.  (see 3rd image)

( *thats all for now. In future it should allow to search history and external sites in one go of  course)

many smiles! 

---

Coinsider joining us please. We fulfill wishes since ~10 years https://github.com/code-charity . Unfortunately we lost our main developer recently.  

I think we shouldnt reinvent the wheel either way, but use the most powerful JS lib for search with "(no)SQL" queries and more!

While july26 (above) is the most functional we got, the repo already has great GUI updates/enhancements. Please help us pick up/carry on our GUI lib too                    

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

Όνομα History Manager History Manager
ID odognhgojidbcgconbcipmgffjcmfaoj
Επίσημο URL https://chromewebstore.google.com/detail/history-manager/odognhgojidbcgconbcipmgffjcmfaoj
Περιγραφή Superb new tab page to treasure & apply your whole history! Be smarter & faster - Chromium deletes history after 90 days. 'Senile…
Μέγεθος Αρχείου 821 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.0-alpha
Τελευταία Ενημέρωση 2023-04-08
Ημερομηνία Δημοσίευσης 2021-01-17
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Code Charity
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://improvedtube.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Manager",
    "version": "1.0",
    "version_name": "1.0-alpha",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-scripts.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "history",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src * data: chrome:\/\/favicon;"
}