Search On

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

什么是Search On?

Search On是由Vaibhav Jain开发的Chrome扩展程序,该扩展的主要功能是“This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.”。

扩展截图

screenshot
screenshot
screenshot

下载Search On扩展crx文件

下载Search On扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 :)                    

扩展基本信息

名称 Search On Search On
ID pfahhghfdbdafkefedkgkpjabiepikad
官方URL https://chrome.google.com/webstore/detail/pfahhghfdbdafkefedkgkpjabiepikad
简介 This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.
文件大小 23.85 KB
安装次数 56
当前版本 1.1
更新时间 2017-07-21
上架时间 2017-07-21
评分 5.00/5 共10次评分
开发者 Vaibhav Jain
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/odeskvaibhav/Search-on-chrome-extension
帮助页面URL https://github.com/odeskvaibhav/Search-on-chrome-extension
支持的语言 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"
            ]
        }
    ]
}