MultiLanguage Wikipedia Search

Simultaneously search Wikipedia in multiple languages.

MultiLanguage Wikipedia Searchคืออะไร?

MultiLanguage Wikipedia Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fred Red และคุณลักษณะหลักของมันคือ "Simultaneously search Wikipedia in multiple languages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiLanguage Wikipedia Search

ดาวน์โหลดไฟล์ส่วนขยาย MultiLanguage Wikipedia Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Click on the button to open the search pop-up, enter you search term(s), validate and, in a new page, it will process your search in the specific Wikipedia of each of the selected languages in separate tabs.

For an even more ergonomic operation you can simply use the keyword 'mlw' in your browser's search bar, press space and enter your search terms, in this case you can even hide the extension's button to free some space for other extensions. Use the options page to enable or disable any of the 45 available different languages Wikipedia.


(Wikipedia is a trademark of the Wikimedia Foundation)
---------------------------------------------------------

CHANGELOG :

v1.1.0
- Implemented Omnibar search with keyword 'mlw'
- Options page optimization and beautification

v1.0.1
- Various bugfixes
- French, Italian & Spanish localization

v1.0.0
- Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MultiLanguage Wikipedia Search MultiLanguage Wikipedia Search
ID bofhipnodhnilhgnmgbmpblokpfhdhlj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/multilanguage-wikipedia-s/bofhipnodhnilhgnmgbmpblokpfhdhlj
คำอธิบาย Simultaneously search Wikipedia in multiple languages.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-02-17
วันที่เผยแพร่ 2016-02-17
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Fred Red
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MLW",
    "description": "__MSG_extDescr__",
    "version": "1.1.0",
    "author": "Frederic Rouge",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-2.2.0.min.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "omnibox": {
        "keyword": "mlw"
    },
    "minimum_chrome_version": "40",
    "default_locale": "en"
}