Search Anything, Search Anywhere

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

Search Anything, Search Anywhereとは何ですか?

Search Anything, Search Anywhereはhttps://xiaolvji.comによって開発されたChromeの拡張機能で、その主な機能は「Search Anything, Search Anywhere, The perfect search plugin for you.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Search Anything, Search Anywhere Search Anything, Search Anywhere
ID ppgdcfaelehmgmpdmolabfegebcnikpn
公式URL https://chromewebstore.google.com/detail/search-anything-search-an/ppgdcfaelehmgmpdmolabfegebcnikpn
説明 Search Anything, Search Anywhere, The perfect search plugin for you.
ファイルサイズ 645 KB
インストール数 1,730
現在のバージョン 9.151.49.11
最終更新日 2024-03-04
公開日 2017-07-19
評価 5.00/5 合計 4 レビュー
開発者 https://xiaolvji.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.xiaolvji.com
対応言語 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"
}