Highlights to Notion

Save highlighted text to Notion

Τι είναι το Highlights to Notion;

Το Highlights to Notion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thatapiguy.tech, και η κύρια λειτουργία του είναι "Save highlighted text to Notion".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Highlights to Notion

Λήψη αρχείων επέκτασης Highlights to Notion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Highlights to Notion is a browser extension that allows you to easily save highlights from any webpage directly into your Notion database. With a straightforward and smooth user experience, you can effortlessly save important information while browsing the web and keep it organized in your Notion workspace.

Key features:

Highlight text on any webpage
Save the selected text to a Notion database with just a few clicks
Automatically save associated metadata, such as page title, URL, and favicon
Customize the Notion database you want to save to
Choose your preferred property mapping for title and URL in your selected database
Save multiple highlights from the same webpage as bullets in the Notion page
Using Highlights to Notion, you can greatly enhance your web browsing experience and ensure that you never lose any important information. Boost your productivity and knowledge organization with Highlights to Notion!

Instructions:

Install the extension and click on the extension icon to open the popup.
Enter your Notion API key and choose the Notion database that you want to save highlights to.
Map the Title and URL properties in your selected database.
Browse the web and highlight any text you want to save to your Notion database.
Right-click on the highlighted text and select "Save Highlight to Notion" to save the selected text along with the page title, URL, and favicon to your Notion database.
Start using Highlights to Notion today, and make web browsing more productive and organized!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Highlights to Notion Highlights to Notion
ID jciaajikhlfbhoacombmgahnkienjbhf
Επίσημο URL https://chromewebstore.google.com/detail/highlights-to-notion/jciaajikhlfbhoacombmgahnkienjbhf
Περιγραφή Save highlighted text to Notion
Μέγεθος Αρχείου 11.46 KB
Αριθμός Εγκαταστάσεων 66
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-08-14
Ημερομηνία Δημοσίευσης 2023-08-14
Προγραμματιστής https://thatapiguy.tech
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlights to Notion",
    "version": "1.0",
    "description": "Save highlighted text to Notion",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}