Link-Spy

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

O que é Link-Spy?

Link-Spy é uma extensão do Chrome desenvolvida por http://www.puzzlegra.pl, e sua principal característica é "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Link-Spy

Baixe arquivos de extensão Link-Spy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Link-Spy Link-Spy
ID ppmblfjljdlkpgljghjnbejoofmbclkb
URL Oficial https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb
Descrição Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Tamanho do Arquivo 41.88 KB
Contagem de Instalações 35
Versão Atual 1.3
Última Atualização 2015-03-07
Data de Publicação 2015-03-07
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://www.puzzlegra.pl
Tipo de Pagamento free
URL da Página de Ajuda http://puzzlegra.pl/linkspy_en.php
Idiomas Suportados 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
}