Fresh Ubuntu Search Results

Get fresh Ubuntu search results! Filtered by past year.

Cos'è Fresh Ubuntu Search Results?

Fresh Ubuntu Search Results è un'estensione di Chrome sviluppata da https://manuphatak.com, e la sua funzione principale è "Get fresh Ubuntu search results! Filtered by past year.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fresh Ubuntu Search Results

Scarica i file di estensione Fresh Ubuntu Search Results in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fresh Ubuntu Search Results Fresh Ubuntu Search Results
ID ikkohofimoelhcabiaepfkbhajokljle
URL Ufficiale https://chromewebstore.google.com/detail/fresh-ubuntu-search-resul/ikkohofimoelhcabiaepfkbhajokljle
Descrizione Get fresh Ubuntu search results! Filtered by past year.
Dimensione del File 286 KB
Conteggio Installazioni 65
Versione Corrente 2.1.1
Ultimo Aggiornamento 2016-06-11
Data di Pubblicazione 2016-06-11
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://manuphatak.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bionikspoon/fresh-ubuntu-search-results
URL della Pagina di Aiuto https://github.com/bionikspoon/fresh-ubuntu-search-results/issues
Lingue Supportate 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"
    ]
}