Always expands the Google search tool

Always expands the search tool and moves it back to the left side

Vad är Always expands the Google search tool?

Always expands the Google search tool är en Chrome-tillägg utvecklad av satou321, och dess huvudfunktion är "Always expands the search tool and moves it back to the left side".

Tilläggsskärmbilder

screenshot

Ladda ner Always expands the Google search tool-förlängningens CRX-fil

Ladda ner Always expands the Google search tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        source: https://userstyles.org/styles/78857/google"
author: 100 no hito


Privacy Policy
I don't collect any information including Google Analytics.                    

Grundläggande Information om Tillägg

Namn Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Officiell webbadress https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Beskrivning Always expands the search tool and moves it back to the left side
Filstorlek 6.01 KB
Antal Installationer 184
Aktuell Version 1.0
Senast Uppdaterad 2019-06-26
Publiceringsdatum 2019-06-25
Utvecklare satou321
Betalningssätt free
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "satou321",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}