Link-Spy

Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.

Cos'è Link-Spy?

Link-Spy è un'estensione di Chrome sviluppata da http://www.puzzlegra.pl, e la sua funzione principale è "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Link-Spy

Scarica i file di estensione Link-Spy 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

                        Link-Spy allows to read article summary without need to visit link. Description is visible inside window below hovered article link. If you like to see immediately each article description Link-Spy is the best solution. Extension can save you a lot of time spend on Internet for checking uninformative name of articles (links) and also prevent from visiting sites with content that you are not interested in.                    

Informazioni di Base sull'Estensione

Nome Link-Spy Link-Spy
ID ppmblfjljdlkpgljghjnbejoofmbclkb
URL Ufficiale https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb
Descrizione Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Dimensione del File 41.88 KB
Conteggio Installazioni 35
Versione Corrente 1.3
Ultimo Aggiornamento 2015-03-07
Data di Pubblicazione 2015-03-07
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://www.puzzlegra.pl
Tipo di Pagamento free
URL della Pagina di Aiuto http://puzzlegra.pl/linkspy_en.php
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link-Spy",
    "short_name": "L.S.",
    "description": "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.",
    "version": "1.3",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "48": "images\/linkspy48r.png"
    },
    "page_action": {
        "default_title": "WWW Spy",
        "default_icon": {
            "48": "images\/linkspy48r.png",
            "128": "images\/linkspy128r.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styl.css"
            ]
        }
    ],
    "manifest_version": 2
}