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
官方網址 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
電子郵箱 [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"
    ]
}