Google+ Comment Search

search comments which the specified user contributed on Google+.

Τι είναι το Google+ Comment Search;

Το Google+ Comment Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον uninterruptedrests, και η κύρια λειτουργία του είναι "search comments which the specified user contributed on Google+.".

Λήψη αρχείου CRX της επέκτασης Google+ Comment Search

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

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

                        ・Courtesy limit: 10,000 queries/day by all users!! ...
・hits comment is based on the search results of Google+ search                    

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

Όνομα Google+ Comment Search Google+ Comment Search
ID kdlfbmdpbihcfgddbpkkeonnglblmjjm
Επίσημο URL https://chrome.google.com/webstore/detail/google+-comment-search/kdlfbmdpbihcfgddbpkkeonnglblmjjm
Περιγραφή search comments which the specified user contributed on Google+.
Μέγεθος Αρχείου 66.22 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-03-30
Ημερομηνία Δημοσίευσης 2015-03-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής uninterruptedrests
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://plus.google.com/u/0/b/102082793432911199343/102082793432911199343/posts
Υποστηριζόμενες Γλώσσες ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google+ Comment Search",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "search comments which the specified user contributed on Google+.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "page_action": {
        "default_icon": "gpcs19.png",
        "default_title": "Do action",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "cts_comment_search.js"
            ]
        }
    ],
    "icons": {
        "48": "gpcs48.png",
        "128": "gpcs128.png"
    },
    "options_page": "options.html"
}