WikiNow - your fast Wikipedia explorer.

With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page.

WikiNow - your fast Wikipedia explorer.คืออะไร?

WikiNow - your fast Wikipedia explorer. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย assan.xyz และคุณลักษณะหลักของมันคือ "With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WikiNow - your fast Wikipedia explorer.

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

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

                        WikiNow supports English and Russian languages.
WikiNow поддерживает Русский и Английский языки.

With WikiNow you can easily search for definitions of words and phrases in Wikipedia. All you need is to select a word or phrase on the active page and click the WikiNow button at the right-top corner of your browser. After that a new window will appear with a brief description of the selected phrase.  
Please, enjoy!
----------------------
С WikiNow вы можете легко искать значения слов и фраз в Википедии. Все, что вам нужно - это выделить слово или фразу на вашей текущей странице браузера и нажать на кнопку WikiNow в правом верхнем углу браузера. После этого новое окно появится с краткой информацией о выделенном слове/фразе. 
Пожалуйста, пользуйтесь на здоровье!                    

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

ชื่อ WikiNow - your fast Wikipedia explorer. WikiNow - your fast Wikipedia explorer.
ID gigemeghndkgnogemkphobamkfecobfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikinow-your-fast-wikiped/gigemeghndkgnogemkphobamkfecobfb
คำอธิบาย With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page.
ขนาดไฟล์ 289 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2015-12-26
วันที่เผยแพร่ 2015-12-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา assan.xyz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiNow - your fast Wikipedia explorer.",
    "short_name": "WikiNow",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page.",
    "icons": {
        "48": "icons\/ic_main_48.png",
        "96": "icons\/ic_main_96.png"
    },
    "omnibox": {
        "keyword": "WikiNow"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/ic_main_48.png",
            "96": "icons\/ic_main_96.png"
        },
        "default_title": "WikiNow"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "jquery\/jquery-2.1.4.min.js",
                "jqueryui\/jquery-ui.min.js",
                "jqueryui\/jquery-ui.js"
            ],
            "css": [
                "jqueryui\/jquery-ui.min.css",
                "jqueryui\/jquery-ui.theme.min.css",
                "jqueryui\/jquery-ui.structure.min.css",
                "jqueryui\/jquery-ui.css",
                "jqueryui\/jquery-ui.theme.css",
                "jqueryui\/jquery-ui.structure.css",
                "core.css"
            ],
            "web_accessible_resources": [
                "jqueryui\/images\/*.png"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "jqueryui\/images\/*.png"
    ]
}