Google date range search

Google date range search extension.

什麼是Google date range search?

Google date range search是由ytakahashi開發的Chrome擴展程式,該擴展的主要功能是“Google date range search extension.”。

擴展截圖

screenshot
screenshot
screenshot

下載Google date range search擴展crx文件

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

擴展使用說明

                        Chrome extension to use custom date range in Google Search.

searches in a preset date range
- past hour/day/week/month/year

searches in a custom date range
- past n hour(s)/day(s)/week(s)/month(s)/year(s)

searches in an arbitrary range
- specify arbitrary range using calendar                    

擴展基本資訊

名稱 Google date range search Google date range search
ID olpllcgpnncabhakngjcmhiohijklafh
官方網址 https://chromewebstore.google.com/detail/google-date-range-search/olpllcgpnncabhakngjcmhiohijklafh
簡介 Google date range search extension.
檔案大小 39.32 KB
安裝次數 144
目前版本 1.2.0
更新時間 2023-08-11
上架時間 2020-08-14
評分 2.00/5 共 4 次評分
開發者 ytakahashi
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ytakahashi/google-date-range-search
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google date range search",
    "version": "1.2.0",
    "description": "Google date range search extension.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "background": {
        "service_worker": "script.js",
        "type": "module"
    },
    "author": "ytakahashi",
    "homepage_url": "https:\/\/github.com\/ytakahashi\/google-date-range-search"
}