LightNote for Chrome

LightNote is a web cliper. It can help you to collect text segment and images on web page.

LightNote for Chromeคืออะไร?

LightNote for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hite และคุณลักษณะหลักของมันคือ "LightNote is a web cliper. It can help you to collect text segment and images on web page."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LightNote for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย LightNote for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What's New:
更新:
Add a new shortcut `Shift + Option + D` to collect them when the text segments are selected from left to right.
从左向右选中文本后,可以按`Shift + Option + D`快速收集文字

New Features recently
- OCR image or frame in video in play with context menus supports
- You can review history note in current page context
- You can choose your favorite color to highlight selected text
- Be able to save text segments in PDF file


LightNote is a web clipper, thats helps you to mark content, collect images, add tags and categories. The materials you noted will save in iCloud Drive, which almost will never be lost in the future. You notes will never be passed to any third-party service——they are safe.

For version 1.2.1 and onwards, you can utilize your fav all-in-one-workplace Notion as you backend Cloud Service.

Your last mission is to keep the LightNote running. Any suggestions and questions may send to me with mail to xiangheka  at 163.com

Tips:(Only available on macOS 11 above, and work with LightNote
只在 macOS 11 + 上工作,需要在 App Store下载最新 LightNote 软件                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LightNote for Chrome LightNote for Chrome
ID ppimkcpjclcggcendejddodfbpjakogc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightnote-for-chrome/ppimkcpjclcggcendejddodfbpjakogc
คำอธิบาย LightNote is a web cliper. It can help you to collect text segment and images on web page.
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2023-07-25
วันที่เผยแพร่ 2021-12-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hite
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://hite.me/
URL หน้าช่วยเหลือ https://hite.me/about/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.5.1",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png",
        "1024": "images\/icon-1024.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "contextMenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "toolTips.js",
                "OCRResult.js"
            ],
            "css": [
                "toolTips.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}