Better History

Replace the default browser history with this better history display.

Better History क्या है?

Better History raingart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the default browser history with this better history display."।

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

screenshot
screenshot

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

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

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

                        Powerful history manager for Chromium                    

एक्सटेंशन की मूल जानकारी

नाम Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
आधिकारिक URL https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
विवरण Replace the default browser history with this better history display.
फ़ाइल का आकार 151 KB
स्थापना संख्या 733
वर्तमान संस्करण 1.31.2
अंतिम अपडेट 2023-08-23
प्रकाशन तिथि 2023-07-19
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर raingart
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/raingart/Better-History
समर्थित भाषाएँ en,fr,tr,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.31.2",
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon_16.png",
        "32": "assets\/img\/icon_32.png",
        "48": "assets\/img\/icon_48.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "favicon",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon_16.png",
            "32": "assets\/img\/icon_32.png"
        },
        "default_title": "__MSG_application_title__",
        "default_popup": "popup.html"
    }
}