Link-Spy
Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
Was ist Link-Spy?
Link-Spy ist eine Chrome-Erweiterung, die von http://www.puzzlegra.pl entwickelt wurde, und ihr Hauptmerkmal ist "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".
Erweiterungsscreenshots
Link-Spy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Link-Spy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ppmblfjljdlkpgljghjnbejoofmbclkb |
Offizielle URL | https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb |
Beschreibung | Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content. |
Dateigröße | 41.88 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.3 |
Letztes Update | 2015-03-07 |
Veröffentlichungsdatum | 2015-03-07 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.puzzlegra.pl |
Zahlungsart | free |
Hilfeseite URL | http://puzzlegra.pl/linkspy_en.php |
Unterstützte Sprachen | 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 } |