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!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Lookup Companion for Wikipedia Lookup Companion for Wikipedia
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"
}