Notion Highlighter

Highlight articles and save to Notion.

什么是Notion Highlighter?

Notion Highlighter是由IOLabs开发的Chrome扩展程序,该扩展的主要功能是“Highlight articles and save to Notion.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Notion Highlighter扩展crx文件

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

扩展使用说明

                        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].                    

扩展基本信息

名称 Notion Highlighter Notion Highlighter
ID nonofakmidapalgdmcaphcpedfnobenn
官方URL https://chromewebstore.google.com/detail/notion-highlighter/nonofakmidapalgdmcaphcpedfnobenn
简介 Highlight articles and save to Notion.
文件大小 83.89 KB
安装次数 68
当前版本 1.0.2.42
更新时间 2023-07-16
上架时间 2023-07-16
评分 5.00/5 共3次评分
开发者 IOLabs
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.sajad.co
隐私政策页面URL https://www.sajad.co/privacy-policy
支持的语言 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": []
        }
    ]
}