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은(는) https://xiaoshu.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful and fast sidebar search toggle tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Explorer Xiaoshu - Powerful and fast sidebar search toggle tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        可以帮助你在搜索的时候快速切换到其他搜索引擎。比如在用百度的时候点一下用必应搜索相同的关键词。
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}"
        }
    }
}