Auto side preview

preview search result in the right side panel automatically

What is Auto side preview?

Auto side preview is a Chrome extension developed by search-ai-assistant, and its main feature is "preview search result in the right side panel automatically".

Extension Screenshots

screenshot
screenshot

Download Auto side preview Extension CRX File

Download Auto side preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Auto side preview Auto side preview
ID omfhhgglkckbkpdkppdlhghgokanmide
Official URL https://chromewebstore.google.com/detail/auto-side-preview/omfhhgglkckbkpdkppdlhghgokanmide
Description preview search result in the right side panel automatically
File Size 39.34 KB
Installation Count 3,000
Current Version 0.1.2
Last Updated 2022-12-14
Publish Date 2022-11-16
Rating 4.63/5 Total 24 Ratings
Developer search-ai-assistant
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}