History Viewer
Easy access to your current browser session's history
History Viewerとは何ですか?
History Viewerはhttps://james-coyle.devによって開発されたChromeの拡張機能で、その主な機能は「Easy access to your current browser session's history」です。
拡張機能のスクリーンショット
History Viewer拡張機能のCRXファイルをダウンロード
History Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | lepdeiameebhegahgipnooenlpndibng |
公式URL | https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng |
説明 | Easy access to your current browser session's history |
ファイルサイズ | 1.49 MB |
インストール数 | 45 |
現在のバージョン | 0.1 |
最終更新日 | 2022-10-16 |
公開日 | 2022-10-16 |
開発者 | https://james-coyle.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/JamesCoyle/history-extention |
ヘルプページのURL | https://github.com/JamesCoyle/downloads-extention/issues |
対応言語 | 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" } } |