Wikihover

A Chrome extension that allows you get the summary of an article with the hover of your mouse.

Wikihoverคืออะไร?

Wikihover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ellenbrook.github.io และคุณลักษณะหลักของมันคือ "A Chrome extension that allows you get the summary of an article with the hover of your mouse."

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

screenshot

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

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

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

                        Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.                    

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

ชื่อ Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
คำอธิบาย A Chrome extension that allows you get the summary of an article with the hover of your mouse.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2015-08-21
วันที่เผยแพร่ 2015-08-21
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://ellenbrook.github.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ellenbrook.github.io/
URL หน้าช่วยเหลือ http://ellenbrook.github.io/wikihover-google-chrome-extension/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikihover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.",
    "homepage_url": "http:\/\/ellenbrook.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/wikipedia.org\/*",
        "https:\/\/wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wikipedia.org\/*",
                "https:\/\/wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}