Hover Read

Hoverzoom for articles.

Cos'è Hover Read?

Hover Read è un'estensione di Chrome sviluppata da Mark Dunne, e la sua funzione principale è "Hoverzoom for articles.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hover Read

Scarica i file di estensione Hover Read in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hover Read Hover Read
ID pbjiabndkopieackpnlkbbagomlkbopb
URL Ufficiale https://chromewebstore.google.com/detail/hover-read/pbjiabndkopieackpnlkbbagomlkbopb
Descrizione Hoverzoom for articles.
Dimensione del File 50.18 KB
Conteggio Installazioni 223
Versione Corrente 2.2.2
Ultimo Aggiornamento 2014-04-26
Data di Pubblicazione 2014-04-26
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore Mark Dunne
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}