Google plus Community search

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

Τι είναι το Google plus Community search;

Το Google plus Community search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fullmakt AS, και η κύρια λειτουργία του είναι "This extension allows you to perform a search inside the current google plus community you are browsing".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Google plus Community search

Λήψη αρχείων επέκτασης Google plus Community search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
Επίσημο URL https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Περιγραφή This extension allows you to perform a search inside the current google plus community you are browsing
Μέγεθος Αρχείου 6.8 KB
Αριθμός Εγκαταστάσεων 171
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2016-02-23
Ημερομηνία Δημοσίευσης 2016-02-23
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Fullmakt AS
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/"
    ]
}