Link-Spy
Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Co to jest Link-Spy?
Link-Spy to rozszerzenie Chrome opracowane przez http://www.puzzlegra.pl, a jego główną funkcją jest „Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link-Spy
Pobierz pliki rozszerzeń Link-Spy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ppmblfjljdlkpgljghjnbejoofmbclkb |
Oficjalny URL | https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb |
Opis | Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content. |
Rozmiar pliku | 41.88 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2015-03-07 |
Data Publikacji | 2015-03-07 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://www.puzzlegra.pl |
Typ Płatności | free |
Adres URL Strony Pomocy | http://puzzlegra.pl/linkspy_en.php |
Obsługiwane Języki | 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 } |