Hoverable

Hoverable - automatically enlarge photo links.

Hoverable là gì?

Hoverable là một tiện ích mở rộng Chrome được phát triển bởi Will Charczuk, và tính năng chính của nó là "Hoverable - automatically enlarge photo links.".

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

screenshot
screenshot

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

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

                        Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image. 

Supports links to a number of sites, including:
- imgur.com
- gfycat.com
- instagram.com
- flickr.com
- wikipedia.org                    

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

Tên Hoverable Hoverable
ID oiegbjhacgfjnojenkfcjfihebknpnef
URL Chính Thức https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef
Mô tả Hoverable - automatically enlarge photo links.
Kích Thước Tệp 36.93 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2014-10-16
Ngày Phát Hành 2014-10-15
Đánh Giá 3.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Will Charczuk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoverable",
    "short_name": "Hoverable",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Hoverable - automatically enlarge photo links.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "hoverable.css"
            ],
            "js": [
                "zepto.min.js",
                "extension.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.flickr.com\/photos\/*",
        "http:\/\/img.photobucket.com\/*",
        "http:\/\/imgclean.com\/*",
        "http:\/\/backend.deviantart.com\/oembed?url=*",
        "https:\/\/mediacru.sh\/*",
        "http:\/\/noembed.com\/embed?url=*",
        "http:\/\/instagram.com\/*",
        "http:\/\/*.instagram.com\/*",
        "http:\/\/tumblr.com\/*",
        "http:\/\/*.tumblr.com\/*",
        "http:\/\/t.co\/*",
        "http:\/\/goo.gl\/*",
        "http:\/\/bit.ly\/*",
        "http:\/\/tiny.cc\/*",
        "http:\/\/*.wikipedia.org\/*",
        "http:\/\/*.gfycat.com\/*"
    ]
}