History Viewer
Easy access to your current browser session's history
Cos'è History Viewer?
History Viewer è un'estensione di Chrome sviluppata da https://james-coyle.dev, e la sua funzione principale è "Easy access to your current browser session's history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Viewer
Scarica i file di estensione History Viewer 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lepdeiameebhegahgipnooenlpndibng |
URL Ufficiale | https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng |
Descrizione | Easy access to your current browser session's history |
Dimensione del File | 1.49 MB |
Conteggio Installazioni | 45 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2022-10-16 |
Data di Pubblicazione | 2022-10-16 |
Sviluppatore | https://james-coyle.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JamesCoyle/history-extention |
URL della Pagina di Aiuto | https://github.com/JamesCoyle/downloads-extention/issues |
Lingue Supportate | 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" } } |