Google+ Comment Search

search comments which the specified user contributed on Google+.

Qu'est-ce que Google+ Comment Search ?

Google+ Comment Search est une extension Chrome développée par uninterruptedrests, et sa fonction principale est "search comments which the specified user contributed on Google+.".

Télécharger le fichier CRX de l'extension Google+ Comment Search

Téléchargez les fichiers d'extension Google+ Comment Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Google+ Comment Search Google+ Comment Search
ID kdlfbmdpbihcfgddbpkkeonnglblmjjm
URL Officiel https://chrome.google.com/webstore/detail/google+-comment-search/kdlfbmdpbihcfgddbpkkeonnglblmjjm
Description search comments which the specified user contributed on Google+.
Taille du Fichier 66.22 KB
Nombre d'Installations 10
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-03-30
Date de Publication 2015-03-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur uninterruptedrests
Type de Paiement free
Site Web de l'Extension https://plus.google.com/u/0/b/102082793432911199343/102082793432911199343/posts
Langues Prises en Charge 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"
}