Link-Spy

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

Что такое Link-Spy?

Link-Spy - это расширение Chrome, разработанное http://www.puzzlegra.pl, и его основная функция - "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Link-Spy

Скачайте файлы расширений Link-Spy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Link-Spy Link-Spy
ID ppmblfjljdlkpgljghjnbejoofmbclkb
Официальный URL https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb
Описание Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Размер файла 41.88 KB
Количество установок 35
Текущая Версия 1.3
Последнее Обновление 2015-03-07
Дата публикации 2015-03-07
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://www.puzzlegra.pl
Тип оплаты free
URL страницы помощи http://puzzlegra.pl/linkspy_en.php
Поддерживаемые языки 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
}