Fix Google Images Search Bar

Fixes google images search bar.

Cos'è Fix Google Images Search Bar?

Fix Google Images Search Bar è un'estensione di Chrome sviluppata da oclusion, e la sua funzione principale è "Fixes google images search bar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fix Google Images Search Bar

Scarica i file di estensione Fix Google Images Search Bar 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

                        This simple tool will help you to search images faster, fixing the google search bar to the top.

You don´t have to scroll top again for making or changing your search or parameters in it.                    

Informazioni di Base sull'Estensione

Nome Fix Google Images Search Bar Fix Google Images Search Bar
ID penlchfcnhnbpbmmmlegjifjlachgade
URL Ufficiale https://chrome.google.com/webstore/detail/fix-google-images-search/penlchfcnhnbpbmmmlegjifjlachgade
Descrizione Fixes google images search bar.
Dimensione del File 26.58 KB
Conteggio Installazioni 42
Versione Corrente 1.0
Ultimo Aggiornamento 2014-05-02
Data di Pubblicazione 2014-05-02
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore oclusion
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Google Images Search Bar",
    "short_name": "Fix Google Images Search Bar",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "description": "Fixes google images search bar.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "background",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "name": "Fix Google Images Search Bar"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}