History Viewer

Easy access to your current browser session's history

History Viewer क्या है?

History Viewer https://james-coyle.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy access to your current browser session's history"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में History Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}