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
官方網址 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"
    }
}