Link Previewer

Quickly preview the content of a link by just hovering it.

Link Previewerคืออะไร?

Link Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Karl Leaño และคุณลักษณะหลักของมันคือ "Quickly preview the content of a link by just hovering it."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension will help you preview the content of a link by just hovering it. This will save you more time on browsing some sites when looking for something in the web.

New Version: 2.8
- Fixed the issue where the link previewer box gets obscured or appears outside the browser window when the link being previewed is located on the bottom or corner side of the browser.
- Added new size option for the link previewer box: "Responsive Size". The size will automatically adjust based on browser's current size.
- Added an option to save or not to save the previewed links to browser history.
- Improved the "Trigger Mode" feature. You can now assign a key button to trigger the link previewer box when using the "Manual" option. If not set, then the "SHIFT" button will be the default button.

Previous Version: 2.7
- Added "Autosave" feature in settings. All changes will now automatically be saved without the need of the "Save" button.
- Added "Instant" and "0.25 seconds" options in buffer time. You can now preview the link much quicker.
- Added "Trigger Mode" feature. You can now select if the link previewer box will appear by hover or pressing a key.
- Added "Pin on Preview" feature. The link previewer box will automatically pinned when previewing.
- Added "Disable Scroll on Preview" feature. You have the option to temporarily disable the browser scrolling feature when the link previewer box appears.
- Added "Screenshot on Preview" feature. The link previewer box will automatically screenshot it's content when previewing.
- Added "Blocklist" feature. You can now disable the extension on specific websites.
- Added "Search Link" feature. You can now easily switch website to preview by just typing it's URL.
- Added "Shortcut Key" for closing the link previewer box. Just Press "ESC" button to close the link previewer box.
- Minor improvements in link previewer box UI.
- Minor fixes and improvements.

Features:
> Automatic or Manual (Pressing a Key, Customizable) Opening of Preview Window
> Website Security Detection (HTTPS/HTTP Connection Detection)
> Draggable Preview Window (No Limit Dragging)
> Resizable Preview Window (Flexible Sizes)
> Pinnable Preview Window (Automatic or Manual Pinning)
> Optionally Disable Browser Scroll While Previewing
> Easy-to-Close Preview Window (Default Hover Out, Press 'ESC' key, or Click 'Close' button)
> Preview Window Buffer Time (From 'Instant' up to '5' seconds delay)
> Easy-to-Activate/Deactivate (Easy Toggling)
> Mobile/Desktop/Large Desktop/Extra Large Desktop/Flexible Sizes
> Simple/Flat/Modern Styles
> Show/Hide Website URL
> Website Searching
> Website Content/URL Copier
> Website Content Refresher
> Website Content Screenshot (Automatic or Manual Screenshot)
> Website Blocklisting (Disable the Extension on Certain Websites)
> Control Common Website Security Settings

More features to be implemented and improved to provide you with better functionality.                    

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

ชื่อ Link Previewer Link Previewer
ID hhnejjlimgamhpolpjnjdkdcoclldhli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-previewer/hhnejjlimgamhpolpjnjdkdcoclldhli
คำอธิบาย Quickly preview the content of a link by just hovering it.
ขนาดไฟล์ 1.92 MB
จำนวนการติดตั้ง 1,442
เวอร์ชันปัจจุบัน 2.8
อัปเดตครั้งล่าสุด 2022-05-18
วันที่เผยแพร่ 2021-08-05
คะแนน 4.25/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Kevin Karl Leaño
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Previewer",
    "description": "Quickly preview the content of a link by just hovering it.",
    "version": "2.8",
    "author": "Kevin Karl Lea\u00f1o",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/icons\/16x16.png",
            "32": "\/img\/icons\/32x32.png",
            "48": "\/img\/icons\/48x48.png",
            "128": "\/img\/icons\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/lib\/jquery-ui\/jquery-ui.min.css",
                "\/src\/css\/main.min.css"
            ],
            "js": [
                "\/lib\/html2canvas\/html2canvas.min.js",
                "\/lib\/jquery\/jquery.min.js",
                "\/lib\/jquery-ui\/jquery-ui.min.js",
                "\/src\/js\/main.min.js"
            ]
        }
    ],
    "icons": {
        "16": "\/img\/icons\/16x16.png",
        "32": "\/img\/icons\/32x32.png",
        "48": "\/img\/icons\/48x48.png",
        "128": "\/img\/icons\/128x128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "\/img\/icons\/Close.png",
                "\/img\/icons\/Search.png",
                "\/img\/icons\/Refresh.png",
                "\/img\/icons\/Copy-URL.png",
                "\/img\/icons\/Copy-Content.png",
                "\/img\/icons\/Pin.png",
                "\/img\/icons\/Unpin.png",
                "\/img\/icons\/Camera.png",
                "\/img\/icons\/Delete.png",
                "\/resources\/messages\/error-connection-message.html",
                "\/resources\/messages\/unknown-connection-message.html",
                "\/resources\/utilities\/link-previewer-box.html"
            ]
        }
    ]
}