Wiki on Speed

Hover the mouse over any inter-wiki link in Wikipedia and see an excerpt on a overlay hovering box. No need to open in new tab!

Wiki on Speedคืออะไร?

Wiki on Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wikionspeed.com และคุณลักษณะหลักของมันคือ "Hover the mouse over any inter-wiki link in Wikipedia and see an excerpt on a overlay hovering box. No need to open in new tab!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Improve your research effectiveness on Wikipedia with this extension: hover the mouse cursor on any inter-wiki link (link to another article from within a wiki article) - and immediately see an overlay hovering box with an excerpt of the article (including the article image and the first paragraph). This saves you time when you just want to quickly understand the general idea behind some sub articles, and do not want to disrupt the reading-flow off your main subject.


Whenever doing research on Wikipedia - you often find yourself encountering many sub-articles and sub-subjects related to your main research subjects, Some of these are only "minor", you just want to know the general idea behind them, without having to open a full article in a new tab and disrupt the reading flow off the main subject.


Features: 

* Unlimited number of 'wiki-hover' boxes on top of your article.
* Unlimited number of "nested" hover boxes supported. You can hover over links inside hover-boxes to show new hover-boxes, and hover over links on those boxes and so on, as deep as you need...
* Close wiki-hovers or choose to "pin" them down, and make them "stick".
* Click anywhere outside hover boxes to dismiss all unpinned boxes.
* Supports all Wikipedia languages (including RTL languages).
* Supports window resizes.
* You can choose to open the full article in a new tab from within the hover-box.                    

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

ชื่อ Wiki on Speed Wiki on Speed
ID aboeiemcpdkhjcjjflndollgmcghemhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wiki-on-speed/aboeiemcpdkhjcjjflndollgmcghemhp
คำอธิบาย Hover the mouse over any inter-wiki link in Wikipedia and see an excerpt on a overlay hovering box. No need to open in new tab!
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 371
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-07-29
วันที่เผยแพร่ 2015-07-29
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://wikionspeed.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.wikionspeed.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3",
    "name": "Wiki on Speed",
    "short_name": "WikiOnSpeed",
    "description": "Hover the mouse over any inter-wiki link in Wikipedia and see an excerpt on a overlay hovering box. No need to open in new tab!",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "WikiHover.js",
                "wosp.js"
            ],
            "css": [
                "wikistyle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.wikipedia.org\/",
        "storage"
    ],
    "web_accessible_resources": [
        "close.png",
        "newTab.png",
        "pushpin.png",
        "pushedpin.png",
        "title.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}