Improved History

A nice and modern look for browser's history page.

Improved History क्या है?

Improved History Karl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nice and modern look for browser's history page."।

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

screenshot

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

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

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

                        Improved History is an extension that let you render your browser history in toolbar popup UI in a stylish manner.

This addon can basically be a substitute for history page in your browser. Once you open toolbar popup you will see the activity tab (first tab on top left corner). Within the activity tab there are weekdays listed horizontally. Below that there are the history items listed vertically.

Simply click on a day and the vertical list will jump to the specified day. Each history item has a - delete - button next to it. Moreover, you can click on the - more from site - button to see all items related to this one within the history.

There is also a search tab next to the activity tab which you can use to search for desired keywords within the history. The last tab is for the addon settings. Currently, it has a single button to clear all history. Please note that, clearing history with this addon is irreversible. In other words, you cannot bring back the deleted items in the history once they are cleared.                    

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

नाम Improved History Improved History
ID plgkaedealnnbkngbdgiilehecfbaklm
आधिकारिक URL https://chromewebstore.google.com/detail/improved-history/plgkaedealnnbkngbdgiilehecfbaklm
विवरण A nice and modern look for browser's history page.
फ़ाइल का आकार 2.96 MB
स्थापना संख्या 1,894
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2018-03-15
प्रकाशन तिथि 2018-03-15
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर Karl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://eccorem.com/apps/improved-history.html
सहायता पृष्ठ URL http://eccorem.com/apps/improved-history.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        ""
    ],
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/improved-history.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "24": "data\/icons\/24.png",
            "32": "data\/icons\/32.png",
            "64": "data\/icons\/64.png"
        }
    }
}