Search by Date

Search by Date

Search by Date là gì?

Search by Date là một tiện ích mở rộng Chrome được phát triển bởi stuymedova, và tính năng chính của nó là "Search by Date".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search by Date

Tải xuống các tệp mở rộng Search by Date 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

                        A tool which allows to customize search results by date. An efficient alternative to Chrome's "Tools ⟶ Any time ⟶ Custom range ⟶ From ⟶ To ⟶ Go" sequence.

There are 4 ways to specify a date:

1. Date range – date:mm/dd/yyyy-mm/dd/yyyy
2. One day – date:mm/dd/yyyy
3. From (date) – date:mm/dd/yyyy-
4. Up to (date) – date:-mm/dd/yyyy

Don't add spaces. Hereafter this information can be referenced through a popup (open it by clicking an extension icon displayed in the top right corner of the browser). Only United States date format (mm/dd/yyyy) is currently supported.                    

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

Tên Search by Date Search by Date
ID cdhckogdanaloniccgjgfjgngmgkelee
URL Chính Thức https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee
Mô tả Search by Date
Kích Thước Tệp 449 KB
Số Lần Cài Đặt 340
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-10-05
Ngày Phát Hành 2020-06-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển stuymedova
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stuymedova/search-by-date
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search by Date",
    "description": "Search by Date",
    "version": "2.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/search?*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "manifest_version": 2
}