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
官方網址 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"
            }
        }
    }
}