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是由Code Charity開發的Chrome擴展程式,該擴展的主要功能是“Superb new tab page to treasure & apply your whole history! Be smarter & faster - Chromium deletes history after 90 days. 'Senile…”。

擴展截圖

screenshot
screenshot
screenshot

下載History Manager擴展crx文件

下載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
官方網址 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;"
}