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 |
公式URL | 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" } ] } |