Google date range search

Google date range search extension.

Apa itu Google date range search?

Google date range search adalah ekstensi Chrome yang dikembangkan oleh ytakahashi, dan fitur utamanya adalah "Google date range search extension.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Google date range search

Unduh file ekstensi Google date range search 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

                        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                    

Informasi Dasar Ekstensi

Nama Google date range search Google date range search
ID olpllcgpnncabhakngjcmhiohijklafh
URL Resmi https://chromewebstore.google.com/detail/google-date-range-search/olpllcgpnncabhakngjcmhiohijklafh
Deskripsi Google date range search extension.
Ukuran File 39.32 KB
Jumlah Instalasi 144
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-08-11
Tanggal Publikasi 2020-08-14
Penilaian 2.00/5 Total 4 Penilaian
Pengembang ytakahashi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ytakahashi/google-date-range-search
Bahasa yang Didukung 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"
}