Search All

The easiest way to access different search engines.

Search Allとは何ですか?

Search AllはScreen Recorderによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to access different search engines.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Search All makes it super-easy to switch among the most widely used search options, so that searching the same terms on different search engines is just one-click away.  

Search All is a perfect complement to Chrome's Omnibox, and can really speed up your search process. 
 


Features:

1) Fast switch between different search engines. 
2) Support search engine customization. Add your favoriate search engine now!
3) Add bookmark search. Now when you do a google search, the extension will also search your bookmarks and display the search results on the google search result page. 
4) Multiple search in the right click menu.
5) Record search keyword history, so you can use it in different search engines.

[Updated privacy policy]
There is no any data collection in this extension, so no privacy policy for it now.                    

拡張機能の基本情報

名前 Search All Search All
ID kpdkbemdpepjjppbfgeapjienologapa
公式URL https://chromewebstore.google.com/detail/search-all/kpdkbemdpepjjppbfgeapjienologapa
説明 The easiest way to access different search engines.
ファイルサイズ 233 KB
インストール数 30,000
現在のバージョン 2.2.30
最終更新日 2023-11-17
公開日 2019-04-13
評価 4.49/5 合計 168 レビュー
開発者 Screen Recorder
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.awesomescreenshot.com/privacy
対応言語 de,en,en-GB,fr,es,it,pl,sv,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "2.2.30",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.images.google.com\/",
        ""
    ],
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "tabs",
        "bookmarks",
        "history",
        "offscreen",
        "activeTab",
        "favicon"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon19.png",
        "default_title": "__MSG_browserActionDefaultTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style\/cs.css",
                "style\/searchdiv.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/favicons\/google.ico",
                "style\/favicons\/yahoo.ico",
                "style\/favicons\/bing.ico",
                "style\/favicons\/wikipedia.ico",
                "style\/favicons\/amazon16.png",
                "style\/favicons\/ebay.ico",
                "style\/favicons\/baidu.ico",
                "style\/favicons\/facebook.ico",
                "style\/favicons\/twitter.ico",
                "style\/favicons\/linkedin.ico",
                "style\/favicons\/googleplus.ico",
                "style\/favicons\/tumblr.gif",
                "style\/favicons\/dictionary.ico",
                "style\/favicons\/slideshare.ico",
                "style\/favicons\/scribd.ico",
                "style\/favicons\/ebookee.ico",
                "style\/favicons\/pricewatch.ico",
                "style\/favicons\/pricegraber.ico",
                "style\/favicons\/shopping.ico",
                "style\/favicons\/neweggs.ico",
                "style\/favicons\/taobao.ico",
                "style\/favicons\/360buy.ico",
                "style\/favicons\/etao.ico",
                "style\/favicons\/flicker.ico",
                "style\/favicons\/pinterest.ico",
                "style\/favicons\/imdb.ico",
                "style\/favicons\/youtube.ico",
                "style\/favicons\/allrecipes.ico",
                "style\/favicons\/foodnetwork.ico",
                "style\/favicons\/quora.ico",
                "style\/favicons\/stackoverflow.ico",
                "style\/favicons\/yahooanswer.ico",
                "style\/favicons\/yandex.ico",
                "style\/close.png",
                "style\/more-40x8.png",
                "style\/fold-16x16.png",
                "style\/fold.png",
                "style\/icon-setting-16.png",
                "\/icon32.png",
                "\/icon16.png",
                "style\/searchOextension-Sicon.png",
                "style\/searchOextension-Sicon-2.png",
                "style\/keyword-history.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}