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 |
官方網址 | 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 } |