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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lookup Companion for Wikipedia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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"
}