Always expands the Google search tool
Always expands the search tool and moves it back to the left side
Qu'est-ce que Always expands the Google search tool ?
Always expands the Google search tool est une extension Chrome développée par satou321, et sa fonction principale est "Always expands the search tool and moves it back to the left side".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Always expands the Google search tool
Téléchargez les fichiers d'extension Always expands the Google search tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
source: https://userstyles.org/styles/78857/google" author: 100 no hito Privacy Policy I don't collect any information including Google Analytics.
Informations de Base sur l'Extension
Nom | Always expands the Google search tool |
ID | ocfnoambijkloklhjcchaggbniiophpn |
URL Officiel | https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn |
Description | Always expands the search tool and moves it back to the left side |
Taille du Fichier | 6.01 KB |
Nombre d'Installations | 184 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-06-26 |
Date de Publication | 2019-06-25 |
Développeur | satou321 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |