Recent history search

type 'recent' and then search only through recent history

Qu'est-ce que Recent history search ?

Recent history search est une extension Chrome développée par spencermountain, et sa fonction principale est "type 'recent' and then search only through recent history".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Recent history search

Téléchargez les fichiers d'extension Recent history search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
URL Officiel https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
Description type 'recent' and then search only through recent history
Taille du Fichier 24.01 KB
Nombre d'Installations 84
Version Actuelle 1.1
Dernière Mise à Jour 2014-04-20
Date de Publication 2014-04-20
Évaluation 2.00/5 Total 1 Évaluations
Développeur spencermountain
Type de Paiement free
URL de la Page d'Aide https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
Langues Prises en Charge 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
}