Auto side preview

preview search result in the right side panel automatically

Auto side previewคืออะไร?

Auto side preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย search-ai-assistant และคุณลักษณะหลักของมันคือ "preview search result in the right side panel automatically"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto side preview

ดาวน์โหลดไฟล์ส่วนขยาย Auto side preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}