Fix Google Images Search Bar

Fixes google images search bar.

Co to jest Fix Google Images Search Bar?

Fix Google Images Search Bar to rozszerzenie Chrome opracowane przez oclusion, a jego główną funkcją jest „Fixes google images search bar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fix Google Images Search Bar

Pobierz pliki rozszerzeń Fix Google Images Search Bar 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fix Google Images Search Bar Fix Google Images Search Bar
ID penlchfcnhnbpbmmmlegjifjlachgade
Oficjalny URL https://chrome.google.com/webstore/detail/fix-google-images-search/penlchfcnhnbpbmmmlegjifjlachgade
Opis Fixes google images search bar.
Rozmiar pliku 26.58 KB
Liczba instalacji 42
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-05-02
Data Publikacji 2014-05-02
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper oclusion
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}