History Viewer
Easy access to your current browser session's history
What is History Viewer?
History Viewer is a Chrome extension developed by https://james-coyle.dev, and its main feature is "Easy access to your current browser session's history".
Extension Screenshots
Download History Viewer Extension CRX File
Download History Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lepdeiameebhegahgipnooenlpndibng |
Official URL | https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng |
Description | Easy access to your current browser session's history |
File Size | 1.49 MB |
Installation Count | 45 |
Current Version | 0.1 |
Last Updated | 2022-10-16 |
Publish Date | 2022-10-16 |
Developer | https://james-coyle.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JamesCoyle/history-extention |
Help Page URL | https://github.com/JamesCoyle/downloads-extention/issues |
Supported Languages | 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" } } |