Hoverflow
Hover to preview any link, without leaving your tab.
什么是Hoverflow?
Hoverflow是由https://hoverflow.io开发的Chrome扩展程序,该扩展的主要功能是“Hover to preview any link, without leaving your tab.”。
扩展截图
下载Hoverflow扩展crx文件
下载Hoverflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Hoverflow |
ID | hejgdekfjconideemhoabeiadaeikpli |
官方URL | https://chromewebstore.google.com/detail/hoverflow/hejgdekfjconideemhoabeiadaeikpli |
简介 | Hover to preview any link, without leaving your tab. |
文件大小 | 49.37 KB |
安装次数 | 1,216 |
当前版本 | 1.2.4 |
更新时间 | 2023-04-24 |
上架时间 | 2022-05-03 |
评分 | 4.74/5 共27次评分 |
开发者 | https://hoverflow.io |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://hoverflow.io |
帮助页面URL | https://moonstopsoftware.com/contact |
支持的语言 | 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" } |