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是由http://www.puzzlegra.pl开发的Chrome扩展程序,该扩展的主要功能是“Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.”。
扩展截图
下载Link-Spy扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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
} | |