Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Τι είναι το Set Search Time;
Το Set Search Time είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον codedotreload, και η κύρια λειτουργία του είναι "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Set Search Time
Λήψη αρχείων επέκτασης Set Search Time σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use this extension to google search from your address bar or google website and limit results to the specified time period (defaults to the past year). This avoids outdated results and prevents you from having to click "search tools" and then choosing the time period you want.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
Επίσημο URL | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Περιγραφή | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Μέγεθος Αρχείου | 19.93 KB |
Αριθμός Εγκαταστάσεων | 121 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2015-08-02 |
Ημερομηνία Δημοσίευσης | 2015-08-02 |
Αξιολόγηση | 2.11/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | codedotreload |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Set Search Time", "short_name": "Search Time", "version": "1.0.0", "description": "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_title": "Set Search Time Options", "default_popup": "options.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "setsearchtime.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |