Fresh Ubuntu Search Results

Get fresh Ubuntu search results! Filtered by past year.

Co to jest Fresh Ubuntu Search Results?

Fresh Ubuntu Search Results to rozszerzenie Chrome opracowane przez https://manuphatak.com, a jego główną funkcją jest „Get fresh Ubuntu search results! Filtered by past year.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fresh Ubuntu Search Results

Pobierz pliki rozszerzeń Fresh Ubuntu Search Results w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fresh Ubuntu Search Results Fresh Ubuntu Search Results
ID ikkohofimoelhcabiaepfkbhajokljle
Oficjalny URL https://chromewebstore.google.com/detail/fresh-ubuntu-search-resul/ikkohofimoelhcabiaepfkbhajokljle
Opis Get fresh Ubuntu search results! Filtered by past year.
Rozmiar pliku 286 KB
Liczba instalacji 65
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2016-06-11
Data Publikacji 2016-06-11
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://manuphatak.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/bionikspoon/fresh-ubuntu-search-results
Adres URL Strony Pomocy https://github.com/bionikspoon/fresh-ubuntu-search-results/issues
Obsługiwane Języki 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"
    ]
}