Search by Date

Search by Date

什麼是Search by Date?

Search by Date是由stuymedova開發的Chrome擴展程式,該擴展的主要功能是“Search by Date”。

擴展截圖

screenshot
screenshot
screenshot

下載Search by Date擴展crx文件

下載Search by Date擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A tool which allows to customize search results by date. An efficient alternative to Chrome's "Tools ⟶ Any time ⟶ Custom range ⟶ From ⟶ To ⟶ Go" sequence.

There are 4 ways to specify a date:

1. Date range – date:mm/dd/yyyy-mm/dd/yyyy
2. One day – date:mm/dd/yyyy
3. From (date) – date:mm/dd/yyyy-
4. Up to (date) – date:-mm/dd/yyyy

Don't add spaces. Hereafter this information can be referenced through a popup (open it by clicking an extension icon displayed in the top right corner of the browser). Only United States date format (mm/dd/yyyy) is currently supported.                    

擴展基本資訊

名稱 Search by Date Search by Date
ID cdhckogdanaloniccgjgfjgngmgkelee
官方網址 https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee
簡介 Search by Date
檔案大小 449 KB
安裝次數 340
目前版本 2.2
更新時間 2022-10-05
上架時間 2020-06-22
評分 5.00/5 共 1 次評分
開發者 stuymedova
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/stuymedova/search-by-date
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search by Date",
    "description": "Search by Date",
    "version": "2.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/search?*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "manifest_version": 2
}