Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Apa itu Set Search Time?
Set Search Time adalah ekstensi Chrome yang dikembangkan oleh codedotreload, dan fitur utamanya adalah "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Set Search Time
Unduh file ekstensi Set Search Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
URL Resmi | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Deskripsi | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Ukuran File | 19.93 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-08-02 |
Tanggal Publikasi | 2015-08-02 |
Penilaian | 2.11/5 Total 9 Penilaian |
Pengembang | codedotreload |
Tipe Pembayaran | free |
Situs Ekstensi | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
URL Halaman Bantuan | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Bahasa yang Didukung | 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" } } |