History Viewer
Easy access to your current browser session's history
Hvad er History Viewer?
History Viewer er en Chrome-udvidelse udviklet af https://james-coyle.dev, og dens hovedfunktion er "Easy access to your current browser session's history".
Udvidelsesskærmbilleder
Download History Viewer-udvidelses-CRX-fil
Download History Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lepdeiameebhegahgipnooenlpndibng |
Officiel URL | https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng |
Beskrivelse | Easy access to your current browser session's history |
Filstørrelse | 1.49 MB |
Antal Installationer | 45 |
Nuværende Version | 0.1 |
Senest Opdateret | 2022-10-16 |
Udgivelsesdato | 2022-10-16 |
Udvikler | https://james-coyle.dev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/JamesCoyle/history-extention |
Hjælpeside-URL | https://github.com/JamesCoyle/downloads-extention/issues |
Understøttede Sprog | 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" } } |