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
公式URL 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
Eメール [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"
}