History Viewer
Easy access to your current browser session's history
Co je History Viewer?
History Viewer je rozšíření Chrome vyvinuté https://james-coyle.dev, a jeho hlavní funkcí je „Easy access to your current browser session's history“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření History Viewer
Stáhněte si soubory rozšíření History Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | lepdeiameebhegahgipnooenlpndibng |
Oficiální URL | https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng |
Popis | Easy access to your current browser session's history |
Velikost souboru | 1.49 MB |
Počet instalací | 45 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2022-10-16 |
Datum Vydání | 2022-10-16 |
Vývojář | https://james-coyle.dev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/JamesCoyle/history-extention |
URL Stránky Nápovědy | https://github.com/JamesCoyle/downloads-extention/issues |
Podporované Jazyky | 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" } } |