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 là gì?
Link-Spy là một tiện ích mở rộng Chrome được phát triển bởi http://www.puzzlegra.pl, và tính năng chính của nó là "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link-Spy
Tải xuống các tệp mở rộng Link-Spy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ppmblfjljdlkpgljghjnbejoofmbclkb |
URL Chính Thức | https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb |
Mô tả | Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content. |
Kích Thước Tệp | 41.88 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2015-03-07 |
Ngày Phát Hành | 2015-03-07 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://www.puzzlegra.pl |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://puzzlegra.pl/linkspy_en.php |
Ngôn Ngữ Được Hỗ Trợ | 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 } |