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ファイルをダウンロード
Lookup Companion for Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |