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"
        ]
    }
}