Link-Spy
Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
What is Link-Spy?
Link-Spy is a Chrome extension developed by http://www.puzzlegra.pl, and its main feature is "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".
Extension Screenshots
Download Link-Spy Extension CRX File
Download Link-Spy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | ppmblfjljdlkpgljghjnbejoofmbclkb |
| Official URL | https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb |
| Description | Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content. |
| File Size | 41.88 KB |
| Installation Count | 35 |
| Current Version | 1.3 |
| Last Updated | 2015-03-07 |
| Publish Date | 2015-03-07 |
| Rating | 1.00/5 Total 1 Ratings |
| Developer | http://www.puzzlegra.pl |
| Payment Type | free |
| Help Page URL | http://puzzlegra.pl/linkspy_en.php |
| Supported Languages | 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
} | |