Recent history search

type 'recent' and then search only through recent history

Recent history search क्या है?

Recent history search spencermountain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "type 'recent' and then search only through recent history"।

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

screenshot
screenshot

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

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

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

                        if you're looking for a page you've been to recently, you can type 'recent' in the taskbar and it returns only matches you've been to lately.

a nice way to filter down omnibar results, and i nice way to glance quickly at your browsing history.

type 'recent bbc' and see the bbc articles you've read today, etc                    

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

नाम Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
आधिकारिक URL https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
विवरण type 'recent' and then search only through recent history
फ़ाइल का आकार 24.01 KB
स्थापना संख्या 84
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-04-20
प्रकाशन तिथि 2014-04-20
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर spencermountain
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent history search",
    "description": " type 'recent' and then search only through recent history",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "recent"
    },
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "icon.png",
        "48": "tie48.png",
        "128": "tie128.png"
    },
    "manifest_version": 2
}