Google Search Quick Custom Ranges

Grants ability to add additional quick date range searches with google search.

Apa itu Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges adalah ekstensi Chrome yang dikembangkan oleh gitnix, dan fitur utamanya adalah "Grants ability to add additional quick date range searches with google search.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Search Quick Custom Ranges

Unduh file ekstensi Google Search Quick Custom Ranges 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

                        Allows additional quick date range searches to be added to google search.  Can be a handy if you need recent results but find the gap between a month and a year to be too jarring!                    

Informasi Dasar Ekstensi

Nama Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
URL Resmi https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Deskripsi Grants ability to add additional quick date range searches with google search.
Ukuran File 11.68 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2017-09-14
Tanggal Publikasi 2017-09-14
Penilaian 1.00/5 Total 1 Penilaian
Pengembang gitnix
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Quick Custom Ranges",
    "version": "1.0.3",
    "description": "Grants ability to add additional quick date range searches with google search.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "searchRanges.js"
            ]
        }
    ]
}