WikiTweaks

A restyling of Wikipedia that saves screen space and adds on-hover previews.

WikiTweaksคืออะไร?

WikiTweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joelsimon6 และคุณลักษณะหลักของมันคือ "A restyling of Wikipedia that saves screen space and adds on-hover previews."

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

screenshot
screenshot

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

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

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

                        WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. 

Features:
Removal of rarely used UI.
Mouse over preview of links.
Click the extension button for recently viewed wikipedia pages.                    

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

ชื่อ WikiTweaks WikiTweaks
ID oanljooinjjfgikjbpcjnekmgfakjpnc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc
คำอธิบาย A restyling of Wikipedia that saves screen space and adds on-hover previews.
ขนาดไฟล์ 53.02 KB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2014-12-10
วันที่เผยแพร่ 2014-12-10
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา joelsimon6
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiTweaks",
    "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.",
    "version": "1.7.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "jquery.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "WikiTweaks.js"
            ],
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ]
        }
    ],
    "manifest_version": 2
}