Social Search

Add a 'Social' tab to searches on Google.com

What is Social Search?

Social Search is a Chrome extension developed by Glenn T, and its main feature is "Add a 'Social' tab to searches on Google.com".

Extension Screenshots

screenshot

Download Social Search Extension CRX File

Download Social Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Brings user to Google+ search results.                    

Extension Basic Information

Name Social Search Social Search
ID jelmblfnmhiplmeidffiinpdpjokaahn
Official URL https://chrome.google.com/webstore/detail/social-search/jelmblfnmhiplmeidffiinpdpjokaahn
Description Add a 'Social' tab to searches on Google.com
File Size 42.27 KB
Installation Count 649
Current Version 2.0
Last Updated 2012-08-17
Publish Date 2012-08-17
Rating 5.00/5 Total 1 Ratings
Developer Glenn T
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Search",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Add a 'Social' tab to searches on Google.com",
    "icons": {
        "128": "icon_128.jpg",
        "48": "icon_48.jpg",
        "16": "icon_16.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "socialsearch.js"
            ]
        }
    ]
}