Quick Link Previews

Get a quick preview of links before visiting.

Quick Link Previews là gì?

Quick Link Previews là một tiện ích mở rộng Chrome được phát triển bởi eli, và tính năng chính của nó là "Get a quick preview of links before visiting.".

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

Tải xuống các tệp mở rộng Quick Link Previews 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

                        When browsing the web, Quick Link Previews gives you a little snippit of the most important information when hovering over links. 
- When hovering over Youtube links, see a thumbnail of the video and its most important stats
- On imgur album links see the first few images
- For URL shorteners like bit.ly and tinyurl, see information about the link they go to
- And a special view for links to HackerNews posts                    

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

Tên Quick Link Previews Quick Link Previews
ID khoepplcccpkapgkplpflhacbbamcbap
URL Chính Thức https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap
Mô tả Get a quick preview of links before visiting.
Kích Thước Tệp 15.38 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-10-06
Ngày Phát Hành 2014-10-06
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển eli
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Link Previews",
    "short_name": "Link Preview",
    "version": "1.0.1",
    "description": "Get a quick preview of links before visiting.",
    "homepage_url": "https:\/\/github.com\/TheSavior\/LinkViewer\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contentSettings"
    ],
    "authors": "Open Source Contributors",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "ext-css.css"
            ],
            "js": [
                "ext.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "frame\/index.html",
        "frame\/main.js",
        "frame\/total.css"
    ]
}