Web Page Highlighter

Highlight text on Web Page and Generate URL (Link) with the Highlighted text.

什么是Web Page Highlighter?

Web Page Highlighter是由https://7labs.io开发的Chrome扩展程序,该扩展的主要功能是“Highlight text on Web Page and Generate URL (Link) with the Highlighted text.”。

扩展截图

screenshot
screenshot

下载Web Page Highlighter扩展crx文件

下载Web Page Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Web Page Highlighter for Google Chrome allows a user to highlight a selected text fragment on a web page and generate a URL that automatically scrolls to the highlighted portion of the web page.

It is based on Chrome's native Scroll To Text Fragment feature. You might have noticed that clicking on Google Search results automatically takes you to a highlighted text fragment within the web page. This extension uses the same feature to highlight custom text.

Once the extension is installed, simply follow the steps below to generate the custom URL with highlighted text.

1. Select text on a web page
2. Right-click on the selection
3. Select "Copy URL with Highlighted text”

The copied URL will scroll the web page to the highlighted text fragment.

Features:

- Multi-paragraph selection support
- Optimized URL string
- Works natively with the latest version of Chrome on six Blink Platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView).

References:
1. Scroll To Text Fragment | Official Notes - https://chromestatus.com/feature/4733392803332096
2. Blink Platforms - https://en.wikipedia.org/wiki/Blink_(browser_engine)                    

扩展基本信息

名称 Web Page Highlighter Web Page Highlighter
ID poemphopblfbpoaoglhbljbjfodofmpa
官方URL https://chromewebstore.google.com/detail/web-page-highlighter/poemphopblfbpoaoglhbljbjfodofmpa
简介 Highlight text on Web Page and Generate URL (Link) with the Highlighted text.
文件大小 11.42 KB
安装次数 1,729
当前版本 1.0.0
更新时间 2021-02-15
上架时间 2020-06-08
评分 4.25/5 共16次评分
开发者 https://7labs.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://7labs.io/
帮助页面URL https://7labs.io/contact
隐私政策页面URL https://7labs.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Page Highlighter",
    "version": "1.0.0",
    "description": "Highlight text on Web Page and Generate URL (Link) with the Highlighted text.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ]
}