History Viewer

Easy access to your current browser session's history

Apa itu History Viewer?

History Viewer adalah ekstensi Chrome yang dikembangkan oleh https://james-coyle.dev, dan fitur utamanya adalah "Easy access to your current browser session's history".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi History Viewer

Unduh file ekstensi History Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama History Viewer History Viewer
ID lepdeiameebhegahgipnooenlpndibng
URL Resmi https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng
Deskripsi Easy access to your current browser session's history
Ukuran File 1.49 MB
Jumlah Instalasi 45
Versi Saat Ini 0.1
Terakhir Diperbarui 2022-10-16
Tanggal Publikasi 2022-10-16
Pengembang https://james-coyle.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/JamesCoyle/history-extention
URL Halaman Bantuan https://github.com/JamesCoyle/downloads-extention/issues
Bahasa yang Didukung 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"
    }
}