PX Text Highlighter

PX Text Highlighter is a tool to enhance your reading/research experience.

什么是PX Text Highlighter?

PX Text Highlighter是由PX tools开发的Chrome扩展程序,该扩展的主要功能是“PX Text Highlighter is a tool to enhance your reading/research experience.”。

扩展截图

screenshot
screenshot

下载PX Text Highlighter扩展crx文件

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

扩展使用说明

                        PX Text Highlighter
~~~~~~~~~~~~~

PX Text Highlighter is a tool to enhance your reading/research experience.

Features:
~~~~~~
* Highlight multi sections per page.
* Multiple colors.
* Copying selection/highlight.
* Saving selection/highlight as TXT file or PDF file.
* Share selection/highlight on social media.
* It Save highlights for later, once you come back to the page it will show your highlights.
* Disable/Enable per website with a quick click on the extension icon or by pressing CTRL+SHIFT+H.
* Bulk actions for multiple highlights together:
    - Remove all highlights.
    - Copy all highlights.
    - Save as PDF or TXT.
    - Share on social media.                    

扩展基本信息

名称 PX Text Highlighter PX Text Highlighter
ID omkcajmfkmdodiflnkalgmodpkocfmco
官方URL https://chromewebstore.google.com/detail/px-text-highlighter/omkcajmfkmdodiflnkalgmodpkocfmco
简介 PX Text Highlighter is a tool to enhance your reading/research experience.
文件大小 791 KB
安装次数 26
当前版本 0.0.8
更新时间 2020-05-31
上架时间 2020-05-30
开发者 PX tools
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PX Text Highlighter",
    "version": "0.0.8",
    "description": "PX Text Highlighter is a tool to enhance your reading\/research experience.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Enable\/Disable by clicking",
        "default_icon": "images\/browser-action-icon.active.png"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}