Notion Highlighter

Highlight articles and save to Notion.

Qu'est-ce que Notion Highlighter ?

Notion Highlighter est une extension Chrome développée par IOLabs, et sa fonction principale est "Highlight articles and save to Notion.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Notion Highlighter

Téléchargez les fichiers d'extension Notion Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Notion Highlighter Notion Highlighter
ID nonofakmidapalgdmcaphcpedfnobenn
URL Officiel https://chromewebstore.google.com/detail/notion-highlighter/nonofakmidapalgdmcaphcpedfnobenn
Description Highlight articles and save to Notion.
Taille du Fichier 83.89 KB
Nombre d'Installations 68
Version Actuelle 1.0.2.42
Dernière Mise à Jour 2023-07-16
Date de Publication 2023-07-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur IOLabs
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.sajad.co
URL de la Page de Politique de Confidentialité https://www.sajad.co/privacy-policy
Langues Prises en Charge 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": []
        }
    ]
}