History Viewer

Easy access to your current browser session's history

Wat is History Viewer?

History Viewer is een Chrome-extensie ontwikkeld door https://james-coyle.dev, en de belangrijkste functie is "Easy access to your current browser session's history".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie History Viewer

Download History Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Provides quick access to the history of your current browsing session. Easily return to a page you were looking at 10 minutes ago without having to delve into your browser history.                    

Basisinformatie over de Extensie

Naam History Viewer History Viewer
ID lepdeiameebhegahgipnooenlpndibng
Officiële URL https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng
Beschrijving Easy access to your current browser session's history
Bestandsgrootte 1.49 MB
Aantal Installaties 45
Huidige Versie 0.1
Laatst Bijgewerkt 2022-10-16
Publicatiedatum 2022-10-16
Ontwikkelaar https://james-coyle.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/JamesCoyle/history-extention
Help Pagina-URL https://github.com/JamesCoyle/downloads-extention/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "History Viewer",
    "version": "0.1",
    "short_name": "History",
    "author": "James Coyle",
    "description": "Easy access to your current browser session's history",
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "history",
        "storage",
        "favicon"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "History"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+H",
                "mac": "Alt+H",
                "chromeos": "Alt+H",
                "linux": "Alt+H"
            }
        }
    },
    "background": {
        "service_worker": "build\/background.js"
    }
}