Google plus Community search

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

Co je Google plus Community search?

Google plus Community search je rozšíření Chrome vyvinuté Fullmakt AS, a jeho hlavní funkcí je „This extension allows you to perform a search inside the current google plus community you are browsing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google plus Community search

Stáhněte si soubory rozšíření Google plus Community search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
Oficiální URL https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Popis This extension allows you to perform a search inside the current google plus community you are browsing
Velikost souboru 6.8 KB
Počet instalací 171
Aktuální Verze 0.2
Poslední Aktualizace 2016-02-23
Datum Vydání 2016-02-23
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Fullmakt AS
Typ Platby free
Podporované Jazyky 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\/"
    ]
}