Qwikipedia
Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.
什麼是Qwikipedia?
Qwikipedia是由benjyblack開發的Chrome擴展程式,該擴展的主要功能是“Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.”。
擴展截圖
下載Qwikipedia擴展crx文件
下載Qwikipedia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever been on a Wikipedia binge and find that you have about 20 tabs open at once? If you're anything like me, once you encounter a new term you don't understand in your current page, you'll middle-click it to open it up in a new tab for reading later. This results in a lot of clutter at the top of your browser and can really slow things down if you're on an older computer. Meet Qwikipedia! The quicker, more convenient way to browse Wikipedia. Anytime you encounter a blue term you'd like to know more about on a Wikipedia page, simply hover over it with your mouse to get a popup of the essential information about that item! Save time and computer resources with Qwikipedia.
擴展基本資訊
名稱 | Qwikipedia |
ID | kbbfhhcbaaahidkajomclgljbilpijla |
官方網址 | https://chromewebstore.google.com/detail/qwikipedia/kbbfhhcbaaahidkajomclgljbilpijla |
簡介 | Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term. |
檔案大小 | 777 KB |
安裝次數 | 74 |
目前版本 | 0.5 |
更新時間 | 2016-01-26 |
上架時間 | 2016-01-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | benjyblack |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Qwikipedia", "description": "Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.", "version": "0.5", "icons": { "16": "res\/icon-16.png", "48": "res\/icon-48.png", "128": "res\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "js": [ "qwikipedia.js" ], "run_at": "document_start" } ] } |