Fix Google Images Search Bar

Fixes google images search bar.

Wat is Fix Google Images Search Bar?

Fix Google Images Search Bar is een Chrome-extensie ontwikkeld door oclusion, en de belangrijkste functie is "Fixes google images search bar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fix Google Images Search Bar

Download Fix Google Images Search Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fix Google Images Search Bar Fix Google Images Search Bar
ID penlchfcnhnbpbmmmlegjifjlachgade
Officiële URL https://chrome.google.com/webstore/detail/fix-google-images-search/penlchfcnhnbpbmmmlegjifjlachgade
Beschrijving Fixes google images search bar.
Bestandsgrootte 26.58 KB
Aantal Installaties 42
Huidige Versie 1.0
Laatst Bijgewerkt 2014-05-02
Publicatiedatum 2014-05-02
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar oclusion
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}