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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |