Search & Link Preview

See previews of links and instantly performs searches on the same page using this previewer instead of opening new tabs

Search & Link Previewคืออะไร?

Search & Link Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://betterpreviews.com และคุณลักษณะหลักของมันคือ "See previews of links and instantly performs searches on the same page using this previewer instead of opening new tabs"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search & Link Preview

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

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

                        This extension enables you to browse faster online in two ways: preview search results on same page and secondly preview any link from the search result page.

How it works:
* To perform a search in preview mode, simply select the text and the click on the "search" tooltip button that appears.
* To preview a URL, hover over the URL and click on the "preview" tooltip that appears.

Features:
* It supports multiple search engines including Google, Bing, Yahoo, Yandex and Baidu
* The preview window is resizable and the default  size (width and height) of the preview window can be set in the settings pages.
* Easily go from preview mode to a new tab page by clicking on the "Open in New Tab" control icon.
* Ability to minimize the window or drag it to ensure it does not block important content.
* Disable it for specific sites by right-clicking on the browser icon and  selecting the "Disable" option while that page is active.

The preview may not work on certain pages like Chrome Webstore pages, browser pages (e.g. New Tab), and certain websites managed by enterprise-policy. 

Report any issues or feature requests at the support hub here - https://chromewebstore.google.com/detail/mmmfofondapflhgbdidadejnechhjocm/support

Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search & Link Preview Search & Link Preview
ID mmmfofondapflhgbdidadejnechhjocm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-link-preview/mmmfofondapflhgbdidadejnechhjocm
คำอธิบาย See previews of links and instantly performs searches on the same page using this previewer instead of opening new tabs
ขนาดไฟล์ 791 KB
จำนวนการติดตั้ง 2,623
เวอร์ชันปัจจุบัน 23.12.28
อัปเดตครั้งล่าสุด 2023-12-29
วันที่เผยแพร่ 2023-01-02
คะแนน 4.88/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา https://betterpreviews.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://betterpreviews.com
URL หน้าช่วยเหลือ https://github.com/justiceo/better-previews/issues
URL หน้านโยบายความเป็นส่วนตัว https://essentialkit.org/privacy
ภาษาที่รองรับ id,ms,de,en,fr,sw,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName_",
    "homepage_url": "https:\/\/betterpreviews.com\/",
    "version": "23.12.28",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Justice Ogbonna",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "contextMenus",
        "cookies",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo-16x16.png",
            "24": "assets\/logo-24x24.png",
            "32": "assets\/logo-32x32.png"
        },
        "default_title": "Search Preview"
    },
    "icons": {
        "16": "assets\/logo-16x16.png",
        "32": "assets\/logo-32x32.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background-script\/service-worker.js"
    },
    "options_page": "options-page\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo-24x24.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "options-page\/options.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "welcome\/my-element.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-script\/floatie\/tooltip.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}