Search Anything, Search Anywhere

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

Co je Search Anything, Search Anywhere?

Search Anything, Search Anywhere je rozšíření Chrome vyvinuté https://xiaolvji.com, a jeho hlavní funkcí je „Search Anything, Search Anywhere, The perfect search plugin for you.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Search Anything, Search Anywhere

Stáhněte si soubory rozšíření Search Anything, Search Anywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Search Anything, Search Anywhere Search Anything, Search Anywhere
ID ppgdcfaelehmgmpdmolabfegebcnikpn
Oficiální URL https://chromewebstore.google.com/detail/search-anything-search-an/ppgdcfaelehmgmpdmolabfegebcnikpn
Popis Search Anything, Search Anywhere, The perfect search plugin for you.
Velikost souboru 645 KB
Počet instalací 1,730
Aktuální Verze 9.151.49.11
Poslední Aktualizace 2024-03-04
Datum Vydání 2017-07-19
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://xiaolvji.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.xiaolvji.com
Podporované Jazyky 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"
}