Search Anything, Search Anywhere

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

Search Anything, Search Anywhereคืออะไร?

Search Anything, Search Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xiaolvji.com และคุณลักษณะหลักของมันคือ "Search Anything, Search Anywhere, The perfect search plugin for you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Anything, Search Anywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}