Google plus Community search
This extension allows you to perform a search inside the current google plus community you are browsing
Cos'è Google plus Community search?
Google plus Community search è un'estensione di Chrome sviluppata da Fullmakt AS, e la sua funzione principale è "This extension allows you to perform a search inside the current google plus community you are browsing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google plus Community search
Scarica i file di estensione Google plus Community search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google plus Community search |
ID | acddnghoolpgaifeinbglmbdhplndgca |
URL Ufficiale | https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca |
Descrizione | This extension allows you to perform a search inside the current google plus community you are browsing |
Dimensione del File | 6.8 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-02-23 |
Data di Pubblicazione | 2016-02-23 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Fullmakt AS |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |