Search Anything, Search Anywhere

Search Anything, Search Anywhere, The perfect search plugin for you.

What is Search Anything, Search Anywhere?

Search Anything, Search Anywhere is a Chrome extension developed by https://xiaolvji.com, and its main feature is "Search Anything, Search Anywhere, The perfect search plugin for you.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Search Anything, Search Anywhere Extension CRX File

Download Search Anything, Search Anywhere 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

                        This Extension can provide a more convenient and efficient search experience.

FEATURES
---------------------------------------
  - Simple and fast UI for quick searches
  - Add multiple search sites easily and customize.
  - support Selection Search & Copy.
  - support shortcut search.
  - support drag and drop search.
  - support contextMenus search.
  - Users can also customize the search engine
  - With the search group function, users can search for content in multiple different search engines at once                    

Extension Basic Information

Name Search Anything, Search Anywhere Search Anything, Search Anywhere
ID ppgdcfaelehmgmpdmolabfegebcnikpn
Official URL https://chromewebstore.google.com/detail/search-anything-search-an/ppgdcfaelehmgmpdmolabfegebcnikpn
Description Search Anything, Search Anywhere, The perfect search plugin for you.
File Size 645 KB
Installation Count 1,730
Current Version 9.151.49.11
Last Updated 2024-03-04
Publish Date 2017-07-19
Rating 5.00/5 Total 4 Ratings
Developer https://xiaolvji.com
Email [email protected]
Payment Type free
Extension Website https://www.xiaolvji.com
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_addonName_xlj__",
    "version": "9.151.49.11",
    "description": "__MSG_addonDescription_xlj__",
    "default_locale": "en",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "96": "img\/icon_96.png",
        "128": "img\/icon_128.png"
    },
    "commands": {
        "save_to_xlj_fav": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            },
            "description": "__MSG_addonCommands_save_to_xlj_fav__"
        },
        "search_1": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "__MSG_addonCommands_search_baidu__"
        },
        "search_2": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "__MSG_addonCommands_search_cidian__"
        },
        "search_3": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "__MSG_addonCommands_search_gouwubijia__"
        }
    },
    "action": {
        "default_icon": {
            "64": "img\/icon_64.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "__MSG_addonAction_popup_default_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/15.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "scripting",
        "pageCapture",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "js\/25.js"
            ],
            "css": [
                "css\/50.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "author": "www.xiaolvji.com",
    "homepage_url": "https:\/\/www.xiaolvji.com"
}