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
官方網址 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"
        ]
    }
}