Google plus Community search

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

Vad är Google plus Community search?

Google plus Community search är en Chrome-tillägg utvecklad av Fullmakt AS, och dess huvudfunktion är "This extension allows you to perform a search inside the current google plus community you are browsing".

Tilläggsskärmbilder

screenshot

Ladda ner Google plus Community search-förlängningens CRX-fil

Ladda ner Google plus Community search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
Officiell webbadress https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Beskrivning This extension allows you to perform a search inside the current google plus community you are browsing
Filstorlek 6.8 KB
Antal Installationer 171
Aktuell Version 0.2
Senast Uppdaterad 2016-02-23
Publiceringsdatum 2016-02-23
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Fullmakt AS
Betalningssätt free
Stödda Språk 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\/"
    ]
}