Simple History Manager

A simple Chrome history manager.

Cos'è Simple History Manager?

Simple History Manager è un'estensione di Chrome sviluppata da https://guokai.dev, e la sua funzione principale è "A simple Chrome history manager.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple History Manager

Scarica i file di estensione Simple History Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will replace Chrome's default  history manager. It can search or clear browsing history by date range.

How to use: 
• Click this extension's icon
• Click menu item from Chrome -> History -> Show Full History
• Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + h, Mac is ⌘ + y

It supports dark/light theme automatically.

Visit https://guokai.dev/ to see all extensions created by me.                    

Informazioni di Base sull'Estensione

Nome Simple History Manager Simple History Manager
ID cojehmillnknijdaddcpngglfjmillmg
URL Ufficiale https://chromewebstore.google.com/detail/simple-history-manager/cojehmillnknijdaddcpngglfjmillmg
Descrizione A simple Chrome history manager.
Dimensione del File 76.31 KB
Conteggio Installazioni 2,330
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2020-03-31
Valutazione 4.54/5 Totale 13 Valutazioni
Sviluppatore https://guokai.dev
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://guokai.dev/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple History Manager",
    "version": "1.3.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "A simple Chrome history manager.",
    "offline_enabled": true,
    "minimum_chrome_version": "104",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "history",
        "storage",
        "sessions",
        "tabs",
        "favicon"
    ]
}