Explorer Xiaoshu - Powerful and fast sidebar search toggle tool

Powerful and fast sidebar search toggle tool

Explorer Xiaoshu - Powerful and fast sidebar search toggle toolคืออะไร?

Explorer Xiaoshu - Powerful and fast sidebar search toggle tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xiaoshu.app และคุณลักษณะหลักของมันคือ "Powerful and fast sidebar search toggle tool"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Explorer Xiaoshu - Powerful and fast sidebar search toggle tool

ดาวน์โหลดไฟล์ส่วนขยาย Explorer Xiaoshu - Powerful and fast sidebar search toggle tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        可以帮助你在搜索的时候快速切换到其他搜索引擎。比如在用百度的时候点一下用必应搜索相同的关键词。
1、活着的分组:相关分组自动提前,更快切换当前场景所需的搜索引擎
2、随意的拖动:按住然后拖动鼠标,就能排序,分组
3、自定义搜索引擎:自定义添加搜索引擎,在分组标题处单击右键唤起菜单
4、收起:收起后只展示图标用于识别,将更多空间留给你的搜索
5、暗色模式:夜间科研也能保护你的眼,夜里也不能停止对科学的探索                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Explorer Xiaoshu - Powerful and fast sidebar search toggle tool Explorer Xiaoshu - Powerful and fast sidebar search toggle tool
ID lcalpcoppmdamffdmmchmadbpaoibaep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/explorer-xiaoshu-powerful/lcalpcoppmdamffdmmchmadbpaoibaep
คำอธิบาย Powerful and fast sidebar search toggle tool
ขนาดไฟล์ 199 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.9.16
อัปเดตครั้งล่าสุด 2023-07-07
วันที่เผยแพร่ 2022-01-11
คะแนน 4.60/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://xiaoshu.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ex.xiaoshu.app/
URL หน้านโยบายความเป็นส่วนตัว https://xiaoshuapp.com/college/agreement/privacy.html
ภาษาที่รองรับ de,en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "0.9.16",
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "background": {
        "page": ".\/dist\/background\/index.html",
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/icon.png",
        "48": ".\/assets\/icon.png",
        "128": ".\/assets\/icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/contentScripts\/style.css"
    ],
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{e7f1c3f4-5fa1-4464-9f23-4ab9c59a4fae}"
        }
    }
}