Related Search

Find related websites, using the google related: operator

What is Related Search?

Related Search is a Chrome extension developed by Unknown, and its main feature is "Find related websites, using the google related: operator".

Extension Screenshots

screenshot
screenshot

Download Related Search Extension CRX File

Download Related 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

                        Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens!                    

Extension Basic Information

Name Related Search Related Search
ID ngfibjjjgckccbpbppikkgipcpknbglf
Official URL https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf
Description Find related websites, using the google related: operator
File Size 63.51 KB
Installation Count 925
Current Version 1.0
Last Updated 2012-07-01
Publish Date 2012-07-01
Rating 4.00/5 Total 5 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/japerr/RelatedSearch
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find related websites, using the google related: operator",
    "icons": {
        "16": "img\/related_16.png",
        "48": "img\/related_48.png",
        "128": "img\/related_128.png"
    },
    "background": {
        "scripts": [
            "js\/related.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/related_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}