Hover Read

Hoverzoom for articles.

Hover Read là gì?

Hover Read là một tiện ích mở rộng Chrome được phát triển bởi Mark Dunne, và tính năng chính của nó là "Hoverzoom for articles.".

Ả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 Hover Read

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

                        HoverZoom for Articles. 

Nobody reads articles anymore but HoverRead is here to help. Simply hover over a link to an article and HoverRead will display a quick summary, just like what hover zoom does for images.

HoverRead is still under development. The extension contains a white-list of websites it should attempt to load articles from. If you want any added, please let me know.

Recent Changes
 * Upped Z-index
 * Improved hovering
 * Changed CSS
 * Added more websites
 * Reduced Permissions
 * Changed from black-list to white-list filtering

✓ Privacy guaranteed 

HoverRead is powered by the Clipped.me API                    

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

Tên Hover Read Hover Read
ID pbjiabndkopieackpnlkbbagomlkbopb
URL Chính Thức https://chromewebstore.google.com/detail/hover-read/pbjiabndkopieackpnlkbbagomlkbopb
Mô tả Hoverzoom for articles.
Kích Thước Tệp 50.18 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2014-04-26
Ngày Phát Hành 2014-04-26
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Mark Dunne
Email [email protected]
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": "Hover Read",
    "short_name": "Hover Read",
    "version": "2.2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Hoverzoom for articles.",
    "permissions": [
        "*:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "jquery.hoverIntent.minified.js",
                "parseuri.js",
                "hoverread.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}