Hoverpedia
Stop getting frustrated with dozens of Wikipedia tabs
Hoverpedia란 무엇입니까?
Hoverpedia은(는) rbilgil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop getting frustrated with dozens of Wikipedia tabs"입니다.
확장 프로그램 스크린샷
Hoverpedia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browsing Wikipedia should be seamless and painless, but the number of tabs you end up opening is ridiculous! With this extension, hover over any Wikipedia link to read the first paragraph instantly. Changelog v1.3: - All wikipedia links now have an outline on hover - Links to wikipedia from other websites all have an outline v1.2: - Hover popup now appears in different positions if available screen-space dictates as such - Fixed some paragraphs not displaying fully - Fixed some cities only showing "Coordinates:" instead of the first paragraph. v1.1: - Improved visuals - Many under-the-hood changes to improve the consistency of how the popup displays - Displays the popup from any site that links to Wikipedia! - Updated to have logo in extension settings v1.0 Initial release: - Supports hovering over any link within Wikipedia to see preview of the link
확장 프로그램 기본 정보
이름 | Hoverpedia |
ID | pajemgajnfpngnbehkegefogdhddhemh |
공식 URL | https://chromewebstore.google.com/detail/hoverpedia/pajemgajnfpngnbehkegefogdhddhemh |
설명 | Stop getting frustrated with dozens of Wikipedia tabs |
파일 크기 | 86.48 KB |
설치 횟수 | 87 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-04-12 |
출시 날짜 | 2014-04-12 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | rbilgil |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hoverpedia", "description": "Stop getting frustrated with dozens of Wikipedia tabs", "version": "1.3", "permissions": [ "http:\/\/*.wikipedia.org\/*", "https:\/\/*.wikipedia.org\/*" ], "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_title": "Hoverpedia" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/hoverpedia.css" ], "js": [ "lib\/jquery-2.1.0.min.js", "lib\/hoverIntent.js", "src\/hoverpedia.js" ] } ], "web_accessible_resources": [ "loading.gif" ] } |