Fresh Ubuntu Search Results

Get fresh Ubuntu search results! Filtered by past year.

Qu'est-ce que Fresh Ubuntu Search Results ?

Fresh Ubuntu Search Results est une extension Chrome développée par https://manuphatak.com, et sa fonction principale est "Get fresh Ubuntu search results! Filtered by past year.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fresh Ubuntu Search Results

Téléchargez les fichiers d'extension Fresh Ubuntu Search Results au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fresh Ubuntu Search Results Fresh Ubuntu Search Results
ID ikkohofimoelhcabiaepfkbhajokljle
URL Officiel https://chromewebstore.google.com/detail/fresh-ubuntu-search-resul/ikkohofimoelhcabiaepfkbhajokljle
Description Get fresh Ubuntu search results! Filtered by past year.
Taille du Fichier 286 KB
Nombre d'Installations 65
Version Actuelle 2.1.1
Dernière Mise à Jour 2016-06-11
Date de Publication 2016-06-11
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://manuphatak.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bionikspoon/fresh-ubuntu-search-results
URL de la Page d'Aide https://github.com/bionikspoon/fresh-ubuntu-search-results/issues
Langues Prises en Charge 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"
    ]
}