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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Set Search Time

قم بتنزيل ملفات الامتداد Set Search Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Set Search Time Set Search Time
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/
عنوان صفحة المساعدة 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"
    }
}