Hover Read

Hoverzoom for articles.

什麼是Hover Read?

Hover Read是由Mark Dunne開發的Chrome擴展程式,該擴展的主要功能是“Hoverzoom for articles.”。

擴展截圖

screenshot
screenshot
screenshot

下載Hover Read擴展crx文件

下載Hover Read擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Hover Read Hover Read
ID pbjiabndkopieackpnlkbbagomlkbopb
官方網址 https://chromewebstore.google.com/detail/hover-read/pbjiabndkopieackpnlkbbagomlkbopb
簡介 Hoverzoom for articles.
檔案大小 50.18 KB
安裝次數 223
目前版本 2.2.2
更新時間 2014-04-26
上架時間 2014-04-26
評分 3.50/5 共 6 次評分
開發者 Mark Dunne
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}