Search result previewer

Quickly get a peek inside the search results in the search page itself

Search result previewerคืออะไร?

Search result previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karthik และคุณลักษณะหลักของมันคือ "Quickly get a peek inside the search results in the search page itself"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search result previewer

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

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

                        Enhance your search engine by getting instant preview of the results. The extension enables you to open a window inside the search page in which the results could be viewed easily. 
Open the pages in new tab that you really want to see and keep your machine and browser happy.

Requires minimum of Chrome version 88.0.4324. In other words, you should have updated chrome at least once since January 2021. 

What does it do?
- Enables you to see the search result from the search page tab itself.

How to use it?
- It's very simple and straightforward:
  1. Search for anything 
  2. A small icon will appear for each search result
  3. Click on it and a window expands from the bottom to display the particular link
  4. Done

Why to use it?
- Simple, easy and straightforward usage
- Uses the Manifest V3, which is more secure and privacy oriented than previous version and is recommended by Google
- Tiny. Less than 25 KB
- It's free

Which search engines does it support?
- For now only Google. Others will be added soon

UPDATE version 1.1: 
- Now, keep the preview button to right or left according to your wish. Just click on the extension icon in the browser and a small popup will appear, asking you to set the position
- The link currently opened will be highlighted, making it easier for the users to identify it in search result page

UPDATE version 1.1.1:
- Menu bar height adjusted                    

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

ชื่อ Search result previewer Search result previewer
ID hohiagapgmecaoofekehpolmngnfggnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-result-previewer/hohiagapgmecaoofekehpolmngnfggnn
คำอธิบาย Quickly get a peek inside the search results in the search page itself
ขนาดไฟล์ 23.54 KB
จำนวนการติดตั้ง 281
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-02-05
วันที่เผยแพร่ 2021-09-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Karthik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search result previewer",
    "description": "Quickly get a peek inside the search results in the search page itself",
    "version": "1.1.2",
    "icons": {
        "128": "assets\/logo\/logo128.png",
        "48": "assets\/logo\/logo48.png",
        "16": "assets\/logo\/logo16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/logo\/logo48.png",
        "default_popup": "popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "webNavigation",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}