Hoverflow
Hover to preview any link, without leaving your tab.
Hoverflow là gì?
Hoverflow là một tiện ích mở rộng Chrome được phát triển bởi https://hoverflow.io, và tính năng chính của nó là "Hover to preview any link, without leaving your tab.".
Ả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 Hoverflow
Tải xuống các tệp mở rộng Hoverflow 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
The fastest and easiest way to browse wikis, docs, the web. Nested: Preview links within links, find information without breaking flow. Fast: Loads the mobile version of websites for fast and focused browsing. Secure: Disabled by default, enabled where you want it. One-click enable on any tab, click again for granular settings. Works great with Wikipedia! We've automatically enabled it there for you to try out, but feel free turn it off anytime via the popup menu.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hoverflow |
ID | hejgdekfjconideemhoabeiadaeikpli |
URL Chính Thức | https://chromewebstore.google.com/detail/hoverflow/hejgdekfjconideemhoabeiadaeikpli |
Mô tả | Hover to preview any link, without leaving your tab. |
Kích Thước Tệp | 49.37 KB |
Số Lần Cài Đặt | 1,216 |
Phiên Bản Hiện Tại | 1.2.4 |
Cập Nhật Lần Cuối | 2023-04-24 |
Ngày Phát Hành | 2022-05-03 |
Đánh Giá | 4.74/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | https://hoverflow.io |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://hoverflow.io |
URL Trang Trợ Giúp | https://moonstopsoftware.com/contact |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "scripting", "activeTab", "declarativeNetRequestWithHostAccess" ], "optional_permissions": [ "bookmarks" ], "host_permissions": [ "https:\/\/*.wikipedia.org\/*" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/localhost\/*", "http:\/\/localhost:*\/*", "http:\/\/127.0.0.1\/*", "http:\/\/127.0.0.1:*\/*" ], "externally_connectable": { "matches": [ "https:\/\/hoverflow.io\/*" ] }, "background": { "service_worker": "src\/serviceWorker.js" }, "action": { "default_title": "__MSG_actionTitle__", "default_icon": { "16": "\/icons\/grey\/16.png", "32": "\/icons\/grey\/32.png", "48": "\/icons\/grey\/48.png", "128": "\/icons\/grey\/128.png" } }, "declarative_net_request": { "rule_resources": [ { "id": "frameRules", "path": "rules.json", "enabled": true } ] }, "options_page": "settings.html" } |