Notion Highlighter

Highlight articles and save to Notion.

Notion Highlighter क्या है?

Notion Highlighter IOLabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight articles and save to Notion."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notion Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
        }
    ]
}