Auto side preview

preview search result in the right side panel automatically

Co je Auto side preview?

Auto side preview je rozšíření Chrome vyvinuté search-ai-assistant, a jeho hlavní funkcí je „preview search result in the right side panel automatically“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Auto side preview

Stáhněte si soubory rozšíření Auto side preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Auto side preview Auto side preview
ID omfhhgglkckbkpdkppdlhghgokanmide
Oficiální URL https://chromewebstore.google.com/detail/auto-side-preview/omfhhgglkckbkpdkppdlhghgokanmide
Popis preview search result in the right side panel automatically
Velikost souboru 39.34 KB
Počet instalací 3,000
Aktuální Verze 0.1.2
Poslední Aktualizace 2022-12-14
Datum Vydání 2022-11-16
Hodnocení 4.63/5 Celkem 24 Hodnocení
Vývojář search-ai-assistant
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}