Google plus Community search
This extension allows you to perform a search inside the current google plus community you are browsing
Qu'est-ce que Google plus Community search ?
Google plus Community search est une extension Chrome développée par Fullmakt AS, et sa fonction principale est "This extension allows you to perform a search inside the current google plus community you are browsing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google plus Community search
Téléchargez les fichiers d'extension Google plus Community search 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
Since the new Google Plus Community design lack the all important "search inside community" feature, this extension allows you to do just that. Click on the little icon at the top right when browsing a community to pop up a little search bar to search inside the community you are browsing.
Informations de Base sur l'Extension
Nom | Google plus Community search |
ID | acddnghoolpgaifeinbglmbdhplndgca |
URL Officiel | https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca |
Description | This extension allows you to perform a search inside the current google plus community you are browsing |
Taille du Fichier | 6.8 KB |
Nombre d'Installations | 171 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2016-02-23 |
Date de Publication | 2016-02-23 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Fullmakt AS |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google plus Community search", "description": "This extension allows you to perform a search inside the current google plus community you are browsing", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Search community" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |