PX Text Highlighter

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

PX Text Highlighterคืออะไร?

PX Text Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PX tools และคุณลักษณะหลักของมันคือ "PX Text Highlighter is a tool to enhance your reading/research experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PX Text Highlighter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            }
        }
    }
}