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
Eメール [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"
            ]
        }
    ]
}