Search by Date

Search by Date

Search by Date란 무엇입니까?

Search by Date은(는) stuymedova에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search by Date"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Search by Date 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Search by Date Search by Date
ID cdhckogdanaloniccgjgfjgngmgkelee
공식 URL https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee
설명 Search by Date
파일 크기 449 KB
설치 횟수 340
현재 버전 2.2
최근 업데이트 2022-10-05
출시 날짜 2020-06-22
평점 5.00/5 총 1 개의 평점
개발자 stuymedova
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/stuymedova/search-by-date
지원되는 언어 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
}