Link-Spy

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

¿Qué es Link-Spy?

Link-Spy es una extensión de Chrome desarrollada por http://www.puzzlegra.pl, y su función principal es "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Link-Spy

Descarga archivos de extensión Link-Spy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Link-Spy Link-Spy
ID ppmblfjljdlkpgljghjnbejoofmbclkb
URL Oficial https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb
Descripción Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Tamaño del Archivo 41.88 KB
Cantidad de Instalaciones 35
Versión Actual 1.3
Última Actualización 2015-03-07
Fecha de Publicación 2015-03-07
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador http://www.puzzlegra.pl
Tipo de Pago free
URL de la Página de Ayuda http://puzzlegra.pl/linkspy_en.php
Idiomas Soportados 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
}