Fresh Ubuntu Search Results

Get fresh Ubuntu search results! Filtered by past year.

Fresh Ubuntu Search Resultsとは何ですか?

Fresh Ubuntu Search Resultsはhttps://manuphatak.comによって開発されたChromeの拡張機能で、その主な機能は「Get fresh Ubuntu search results! Filtered by past year.」です。

拡張機能のスクリーンショット

screenshot

Fresh Ubuntu Search Results拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        UPDATE: Version 2 is makes this extension great again!! Also fantastic new HIGH ENERGY artwork!!

Automagically freshens Ubuntu search results -- adds the "past year" filter.

Search engines supported:

- Google


Issues: https://github.com/bionikspoon/fresh-ubuntu-search-results/issues

Raise an issue to request new search engine support.                    

拡張機能の基本情報

名前 Fresh Ubuntu Search Results Fresh Ubuntu Search Results
ID ikkohofimoelhcabiaepfkbhajokljle
公式URL https://chromewebstore.google.com/detail/fresh-ubuntu-search-resul/ikkohofimoelhcabiaepfkbhajokljle
説明 Get fresh Ubuntu search results! Filtered by past year.
ファイルサイズ 286 KB
インストール数 65
現在のバージョン 2.1.1
最終更新日 2016-06-11
公開日 2016-06-11
評価 3.67/5 合計 3 レビュー
開発者 https://manuphatak.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bionikspoon/fresh-ubuntu-search-results
ヘルプページのURL https://github.com/bionikspoon/fresh-ubuntu-search-results/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "2.1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Manu Phatak ",
    "homepage_url": "https:\/\/github.com\/bionikspoon\/fresh-ubuntu-search-results",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Fresh Ubuntu Search Results"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}