Link-Spy
Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Wat is Link-Spy?
Link-Spy is een Chrome-extensie ontwikkeld door http://www.puzzlegra.pl, en de belangrijkste functie is "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".
Extensie Screenshots
Download het CRX-bestand van de extensie Link-Spy
Download Link-Spy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ppmblfjljdlkpgljghjnbejoofmbclkb |
Officiële URL | https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb |
Beschrijving | Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content. |
Bestandsgrootte | 41.88 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-03-07 |
Publicatiedatum | 2015-03-07 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.puzzlegra.pl |
Betalingswijze | free |
Help Pagina-URL | http://puzzlegra.pl/linkspy_en.php |
Ondersteunde Talen | 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 } |