Search On

This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.

What is Search On?

Search On is a Chrome extension developed by Vaibhav Jain, and its main feature is "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Search On Extension CRX File

Download Search On 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

                        Using this extension is very simple: Just select some text, right click and search on the popular Web apps.

Supported platforms in this version: 

1. Search on Youtube
2. Search on Quora
3. Search on Facebook
4. Search on Linkedin
5. Search on Twitter
6. Search on Stack Overflow
7. Search on Google Maps
8. Search on Reddit

& many more coming soon :)                    

Extension Basic Information

Name Search On Search On
ID pfahhghfdbdafkefedkgkpjabiepikad
Official URL https://chrome.google.com/webstore/detail/pfahhghfdbdafkefedkgkpjabiepikad
Description This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.
File Size 23.85 KB
Installation Count 56
Current Version 1.1
Last Updated 2017-07-21
Publish Date 2017-07-21
Rating 5.00/5 Total 10 Ratings
Developer Vaibhav Jain
Email [email protected]
Payment Type free
Extension Website https://github.com/odeskvaibhav/Search-on-chrome-extension
Help Page URL https://github.com/odeskvaibhav/Search-on-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search On",
    "description": "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icons\/large.png",
        "default_title": "Post to Google Buzz"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/bitty.png",
        "48": "icons\/small.png",
        "128": "icons\/large.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "contextMenus",
        "history",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/getSelection.js"
            ]
        }
    ]
}