Lookup Companion for Wikipedia
Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!
Lookup Companion for Wikipedia란 무엇입니까?
Lookup Companion for Wikipedia은(는) mongolian2010에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!"입니다.
확장 프로그램 스크린샷
Lookup Companion for Wikipedia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Full-featured mini-browser/lookup tool for Wikipedia. Now 100,000 users! (Previously "Wikipedia Companion") Features: - Support all available languages in Wikipedia (New in 2.0) - Support search via context menu - Instant popup; No delay, no unneeded loading from server with our cache! - Key focus: type the moment you open it - Access to your recent lookups across any tabs and pages - Back/forward history - works like mini-browser - Multi-lingual support - Option to open featured article on startup - Select text within in the popup, then right click to search - Customizable popup size Hope you like it. Notice that this is not an official add-on from the Wikipedia Foundation. Developed by Visibo Ltd.
확장 프로그램 기본 정보
이름 | |
ID | dhgpkiiipkgmckicafkhcihkcldbdeej |
공식 URL | https://chrome.google.com/webstore/detail/lookup-companion-for-wiki/dhgpkiiipkgmckicafkhcihkcldbdeej |
설명 | Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more! |
파일 크기 | 141 KB |
설치 횟수 | 45,829 |
현재 버전 | 2.0 |
최근 업데이트 | 2014-12-31 |
출시 날짜 | 2014-12-31 |
평점 | 4.48/5 총 900 개의 평점 |
개발자 | mongolian2010 |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blog.visibotech.com |
도움말 페이지 URL | http://blog.visibotech.com/search/label/WikipediaCompanion |
지원되는 언어 | de,en,fr,es,it,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.0", "manifest_version": 2, "description": "__MSG_extDescription__", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icon19.png", "default_popup": "wiki.html", "default_title": "Wikipedia Companion" }, "content_security_policy": "script-src 'self' https:\/\/*.wikipedia.org https:\/\/*.wikimedia.org; object-src 'self'", "permissions": [ "http:\/\/*.wikipedia.org\/", "contextMenus" ], "minimum_chrome_version": "18" } |