Google Search Duration

Easily change the duration of google search

Google Search Duration란 무엇입니까?

Google Search Duration은(는) Jeril Sebastian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily change the duration of google search"입니다.

확장 프로그램 스크린샷

screenshot

Google Search Duration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily filter results of Google search by time range. Doing so in the default search results requires quite a few clicks. This plugin does that in just 2 clicks.

- Simple and lightweight
- No permissions required                    

확장 프로그램 기본 정보

이름 Google Search Duration Google Search Duration
ID gohmpbncdcmfmkoceccbdfmpjbbclnpg
공식 URL https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg
설명 Easily change the duration of google search
파일 크기 9.7 KB
설치 횟수 56
현재 버전 1.1
최근 업데이트 2017-08-20
출시 날짜 2017-08-20
평점 5.00/5 총 3 개의 평점
개발자 Jeril Sebastian
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Duration",
    "description": "Easily change the duration of google search",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}