Auto side preview

preview search result in the right side panel automatically

Co to jest Auto side preview?

Auto side preview to rozszerzenie Chrome opracowane przez search-ai-assistant, a jego główną funkcją jest „preview search result in the right side panel automatically”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto side preview

Pobierz pliki rozszerzeń Auto side preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto side preview Auto side preview
ID omfhhgglkckbkpdkppdlhghgokanmide
Oficjalny URL https://chromewebstore.google.com/detail/auto-side-preview/omfhhgglkckbkpdkppdlhghgokanmide
Opis preview search result in the right side panel automatically
Rozmiar pliku 39.34 KB
Liczba instalacji 3,000
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2022-12-14
Data Publikacji 2022-11-16
Ocena 4.63/5 Łącznie 24 Oceny
Deweloper search-ai-assistant
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}