Notion Highlighter

Highlight articles and save to Notion.

Notion Highlighter là gì?

Notion Highlighter là một tiện ích mở rộng Chrome được phát triển bởi IOLabs, và tính năng chính của nó là "Highlight articles and save to Notion.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notion Highlighter

Tải xuống các tệp mở rộng Notion Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Notion Highlighter is the preferred tool for saving your notes to Notion. Save an article and start highlighting text as you read. Your notes will be automatically saved into a Notion page. 

Made a mistake? Simply open the hidden sidebar and delete highlights.

This tool is the ultimate productivity hack. Have you ever read an article and thought - this could have been a few bullets — or have a list of saved articles you keep rereading for the core material? You can now save what you need and store it for future use. 

WHO AM I?
• • • • • 
I’m an avid reader and productivity junkie. Before Notion, I used Pocket, GSheet, and various apps to save articles, summarize the core takeaways, to share them with my friends, family, and peers.

Since moving my entire workflow to Notion, I built this extension to highlight core takeaways, summarize them later, add my commentary, and retrieve them when needed.

HOW YOU CAN HELP
• • • • • 
My passion is continually improving this product for you. Tell me how you use it or what you would like to see. I read all emails and respond 1:1 in a timely manner. 

Email: [email protected].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notion Highlighter Notion Highlighter
ID nonofakmidapalgdmcaphcpedfnobenn
URL Chính Thức https://chromewebstore.google.com/detail/notion-highlighter/nonofakmidapalgdmcaphcpedfnobenn
Mô tả Highlight articles and save to Notion.
Kích Thước Tệp 83.89 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0.2.42
Cập Nhật Lần Cuối 2023-07-16
Ngày Phát Hành 2023-07-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển IOLabs
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.sajad.co
URL Trang Chính Sách Bảo Mật https://www.sajad.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Highlighter",
    "description": "Highlight articles and save to Notion.",
    "version": "1.0.2.42",
    "manifest_version": 3,
    "icons": {
        "128": "\/img\/logo.png"
    },
    "background": {
        "service_worker": "\/js\/extension_background.js"
    },
    "action": {
        "default_popup": "\/pages\/extension_popup\/index.html",
        "default_icons": {
            "16": "\/img\/logo.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/extension_content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}