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
公式URL 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
Eメール [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
}