QSearch

Search from a multitude of social media platforms and websites at once from any tab!

QSearchとは何ですか?

QSearchはquinnrs98によって開発されたChromeの拡張機能で、その主な機能は「Search from a multitude of social media platforms and websites at once from any tab!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

QSearch拡張機能のCRXファイルをダウンロード

QSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever met someone new, heard that your friend has a new crush that you've never met, wanted to see which social media platforms your friends are on, or want to find celebrity accounts on social media??
If so, QSearch will allow you to search the top 15 most-used social media/websites at once so that your searching becomes much easier! Instead of manually searching a name over a dozen times, use this extension to do the same once on any tab.

Note: If there are any social media platforms/websites you'd like me to include, leave a rating with your suggestion and I will update the extension!


Notice: This extension works within the capabilities and legalities of Google Chrome. Thus, searching is not smooth on sites such as Instagram due to their lack of a search page.                    

拡張機能の基本情報

名前 QSearch QSearch
ID nndbofegbeaookkpodpkaeaelndpljbl
公式URL https://chromewebstore.google.com/detail/qsearch/nndbofegbeaookkpodpkaeaelndpljbl
説明 Search from a multitude of social media platforms and websites at once from any tab!
ファイルサイズ 47.98 KB
インストール数 220
現在のバージョン 1.6
最終更新日 2018-08-11
公開日 2018-08-10
評価 5.00/5 合計 3 レビュー
開発者 quinnrs98
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QSearch",
    "version": "1.6",
    "description": "Search from a multitude of social media platforms and websites at once from any tab!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}