Google Search Quick Custom Ranges

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

Google Search Quick Custom Ranges là gì?

Google Search Quick Custom Ranges là một tiện ích mở rộng Chrome được phát triển bởi gitnix, và tính năng chính của nó là "Grants ability to add additional quick date range searches with google search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Search Quick Custom Ranges

Tải xuống các tệp mở rộng Google Search Quick Custom Ranges dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
URL Chính Thức https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Mô tả Grants ability to add additional quick date range searches with google search.
Kích Thước Tệp 11.68 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-09-14
Ngày Phát Hành 2017-09-14
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gitnix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}