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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Lookup Companion for Wikipedia

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}