Always expands the Google search tool
Always expands the search tool and moves it back to the left side
Wat is Always expands the Google search tool?
Always expands the Google search tool is een Chrome-extensie ontwikkeld door satou321, en de belangrijkste functie is "Always expands the search tool and moves it back to the left side".
Extensie Screenshots
Download het CRX-bestand van de extensie Always expands the Google search tool
Download Always expands the Google search tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
source: https://userstyles.org/styles/78857/google" author: 100 no hito Privacy Policy I don't collect any information including Google Analytics.
Basisinformatie over de Extensie
Naam | Always expands the Google search tool |
ID | ocfnoambijkloklhjcchaggbniiophpn |
Officiële URL | https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn |
Beschrijving | Always expands the search tool and moves it back to the left side |
Bestandsgrootte | 6.01 KB |
Aantal Installaties | 184 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-06-26 |
Publicatiedatum | 2019-06-25 |
Ontwikkelaar | satou321 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |