Fix Google Images Search Bar

Fixes google images search bar.

什么是Fix Google Images Search Bar?

Fix Google Images Search Bar是由oclusion开发的Chrome扩展程序,该扩展的主要功能是“Fixes google images search bar.”。

扩展截图

screenshot

下载Fix Google Images Search Bar扩展crx文件

下载Fix Google Images Search Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fix Google Images Search Bar Fix Google Images Search Bar
ID penlchfcnhnbpbmmmlegjifjlachgade
官方URL https://chrome.google.com/webstore/detail/fix-google-images-search/penlchfcnhnbpbmmmlegjifjlachgade
简介 Fixes google images search bar.
文件大小 26.58 KB
安装次数 42
当前版本 1.0
更新时间 2014-05-02
上架时间 2014-05-02
评分 3.67/5 共3次评分
开发者 oclusion
付费类型 free
支持的语言 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"
        ]
    }
}