Recent history search
type 'recent' and then search only through recent history
Τι είναι το Recent history search;
Το Recent history search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον spencermountain, και η κύρια λειτουργία του είναι "type 'recent' and then search only through recent history".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Recent history search
Λήψη αρχείων επέκτασης Recent history search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 } |