Auto side preview

preview search result in the right side panel automatically

Auto side preview란 무엇입니까?

Auto side preview은(는) search-ai-assistant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "preview search result in the right side panel automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto side preview 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds instant preview to search engine results page
AutoSidePreview shows you a site without opening it in a tab

In search results move mouse to a link and you get an instant preview of the site, when you move to another search results link the preview automatic switch to the new site.


Supported search engines:

- Google
-  Baidu
-  Bing
-  Duckduckgo

more options:
- delay setting
- side bar width
- close outside side bar close it
- using mobile user agent preview web page

If you want us support more search engine, please leave it in the comment or send a email to [email protected]                    

확장 프로그램 기본 정보

이름 Auto side preview Auto side preview
ID omfhhgglkckbkpdkppdlhghgokanmide
공식 URL https://chromewebstore.google.com/detail/auto-side-preview/omfhhgglkckbkpdkppdlhghgokanmide
설명 preview search result in the right side panel automatically
파일 크기 39.34 KB
설치 횟수 3,000
현재 버전 0.1.2
최근 업데이트 2022-12-14
출시 날짜 2022-11-16
평점 4.63/5 총 24 개의 평점
개발자 search-ai-assistant
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_description__",
    "version": "0.1.2",
    "default_locale": "en_US",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.c020f894.html"
    },
    "icons": {
        "128": "icon.438bcd1d.png"
    },
    "content_scripts": [
        {
            "include_globs": [
                "*:\/\/*.google.*\/*",
                "*:\/\/*.google.com.*\/*",
                "*:\/\/*.baidu.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/www.zhihu.com\/search*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/fsoufsou.com\/*"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.baidu.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/www.zhihu.com\/search*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/fsoufsou.com\/*"
            ],
            "js": [
                "content.4ba782e5.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.4ba782e5.js",
                "src\/content.css",
                "src\/search_result.css",
                "src\/embedder.html"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.baidu.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/www.zhihu.com\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/fsoufsou.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.7327d2de.js",
        "type": "module"
    }
}