Fix Google Images Search Bar

Fixes google images search bar.

What is Fix Google Images Search Bar?

Fix Google Images Search Bar is a Chrome extension developed by oclusion, and its main feature is "Fixes google images search bar.".

Extension Screenshots

screenshot

Download Fix Google Images Search Bar Extension CRX File

Download Fix Google Images Search Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fix Google Images Search Bar Fix Google Images Search Bar
ID penlchfcnhnbpbmmmlegjifjlachgade
Official URL https://chrome.google.com/webstore/detail/fix-google-images-search/penlchfcnhnbpbmmmlegjifjlachgade
Description Fixes google images search bar.
File Size 26.58 KB
Installation Count 42
Current Version 1.0
Last Updated 2014-05-02
Publish Date 2014-05-02
Rating 3.67/5 Total 3 Ratings
Developer oclusion
Payment Type free
Supported Languages 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"
        ]
    }
}