Wiki Smart

A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.

Wiki Smartคืออะไร?

Wiki Smart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rark.in และคุณลักษณะหลักของมันคือ "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiki Smart

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

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

                        A simple, quick and user friendly extension to enhance your experience on Wikipedia articles. It saves your data usage and gives you articles' short snippets without diverting you from the current article. Just hover your mouse on links that you see in the articles.                    

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

ชื่อ Wiki Smart Wiki Smart
ID dknkepbldbfefkfockeacnoaiclpepca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-smart/dknkepbldbfefkfockeacnoaiclpepca
คำอธิบาย A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-10-23
วันที่เผยแพร่ 2016-10-23
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://rark.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://rark.in
URL หน้าช่วยเหลือ http://facebook.com/rarkofficial
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Smart",
    "description": "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "wiki_smart_16px.png",
        "default_popup": "popup.html",
        "default_title": "Wiki Smart"
    },
    "icons": {
        "16": "wiki_smart_16px.png",
        "24": "wiki_smart_24px.png",
        "32": "wiki_smart_32px.png",
        "48": "wiki_smart_48px.png",
        "64": "wiki_smart_64px.png",
        "128": "wiki_smart_128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "wiki_styles.css"
            ],
            "js": [
                "wiki_jquery_3.1.0.js",
                "wiki_scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}