Google plus Community search

This extension allows you to perform a search inside the current google plus community you are browsing

Was ist Google plus Community search?

Google plus Community search ist eine Chrome-Erweiterung, die von Fullmakt AS entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to perform a search inside the current google plus community you are browsing".

Erweiterungsscreenshots

screenshot

Google plus Community search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google plus Community search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
Offizielle URL https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Beschreibung This extension allows you to perform a search inside the current google plus community you are browsing
Dateigröße 6.8 KB
Installationsanzahl 171
Aktuelle Version 0.2
Letztes Update 2016-02-23
Veröffentlichungsdatum 2016-02-23
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Fullmakt AS
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}