Link-Preview

Enrich DOM links with icon, title and preview.

Link-Preview là gì?

Link-Preview là một tiện ích mở rộng Chrome được phát triển bởi abilitools, và tính năng chính của nó là "Enrich DOM links with icon, title and preview.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link-Preview

Tải xuống các tệp mở rộng Link-Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Extension provides a preview of the target url when mouse-hover a link on a website.

Benefists: 
	• Transparency about target url (e.g. phishing links)
	• Recognize broken links
	• While surfing save time by reading snipping content in the preview

Optional features:
	• Show a short preview (picture + Image) of the target url
	• display the favicon of the target website (also optionally on mouse-hover)
	• show the title of the target url
		

Have fun while surfing on the internet more savely and transperantly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link-Preview Link-Preview
ID giplmolhikmggbhmliaighboilflkfph
URL Chính Thức https://chromewebstore.google.com/detail/link-preview/giplmolhikmggbhmliaighboilflkfph
Mô tả Enrich DOM links with icon, title and preview.
Kích Thước Tệp 243 KB
Số Lần Cài Đặt 1,432
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2020-04-30
Ngày Phát Hành 2020-04-30
Đánh Giá 1.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển abilitools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://abilitools.com/
URL Trang Trợ Giúp https://abilitools.com/
URL Trang Chính Sách Bảo Mật https://www.live-tabs.com/plugin-privacy-policy
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "Link-Preview",
    "description": "__MSG_app_summary__",
    "default_locale": "en",
    "author": "abilitools.com",
    "version": "1.4.0",
    "manifest_version": 2,
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Barrierefreiheit f\u00fcr Text - abilitools"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "-ms-preload": {
        "backgroundScript": "edge-background-scripts-API-bridge.js",
        "contentScript": "edge-content-scripts-API-bridge.js"
    },
    "web_accessible_resources": [
        "abilitools-logo.png",
        "content.css",
        "default.png",
        "ftp.png",
        "geo.png",
        "icon-128-gray.png",
        "icon-128.png",
        "icon-16.png",
        "icon-48.png",
        "internal.png",
        "logo-invert.png",
        "mail.png",
        "popup.css",
        "tel.png"
    ]
}