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”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 History Viewer History Viewer
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
电子邮箱 [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"
    }
}