Google plus Community search

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

Hvad er Google plus Community search?

Google plus Community search er en Chrome-udvidelse udviklet af Fullmakt AS, og dens hovedfunktion er "This extension allows you to perform a search inside the current google plus community you are browsing".

Udvidelsesskærmbilleder

screenshot

Download Google plus Community search-udvidelses-CRX-fil

Download Google plus Community search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
Officiel URL https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Beskrivelse This extension allows you to perform a search inside the current google plus community you are browsing
Filstørrelse 6.8 KB
Antal Installationer 171
Nuværende Version 0.2
Senest Opdateret 2016-02-23
Udgivelsesdato 2016-02-23
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Fullmakt AS
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}