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ファイルをダウンロード

Google Search Duration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}