Wikihover
A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Wikihover là gì?
Wikihover là một tiện ích mở rộng Chrome được phát triển bởi https://ellenbrook.github.io, và tính năng chính của nó là "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wikihover
Tải xuống các tệp mở rộng Wikihover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wikihover |
ID | aohcgnijnfgcofeijeeoinefklfghdcc |
URL Chính Thức | https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc |
Mô tả | A Chrome extension that allows you get the summary of an article with the hover of your mouse. |
Kích Thước Tệp | 118 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2015-08-21 |
Ngày Phát Hành | 2015-08-21 |
Đánh Giá | 4.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://ellenbrook.github.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ellenbrook.github.io/ |
URL Trang Trợ Giúp | http://ellenbrook.github.io/wikihover-google-chrome-extension/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |