Trove

Send highlights to Notion.

Τι είναι το Trove;

Το Trove είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trove.so, και η κύρια λειτουργία του είναι "Send highlights to Notion.".

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

screenshot

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

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

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

                        Trove captures important information anywhere on the web and saves it to Notion.

With Trove, you can open a Notion page or database directly in the browser and start adding highlights, taking notes, and editing properties on the page.

Those highlights and comments remain on the webpage, so whenever you return, you can see exactly what you highlighted and commented on!

===> USE CASES

Notion Bookmarks Bar -- Save those webpage links to a Notion page instead of in your browser bookmarks bar.

Research/School -- Whether you're a student, a PhD, or obsessed with learning Trove allows you to highlight and take notes in the webpage itself and sync that work to Notion for later analysis.

Social -- Add multiple people to a page in Notion and collaboratively add links and highlights!                    

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

Όνομα Trove Trove
ID lmmkdhhionkgeflajjokpmeogekfdoel
Επίσημο URL https://chromewebstore.google.com/detail/trove/lmmkdhhionkgeflajjokpmeogekfdoel
Περιγραφή Send highlights to Notion.
Μέγεθος Αρχείου 1.53 MB
Αριθμός Εγκαταστάσεων 2,612
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-04-14
Ημερομηνία Δημοσίευσης 2021-03-30
Αξιολόγηση 3.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://trove.so
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://trove.so/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.notion.so/simplata/Trove-Community-Board-c2c9fe006c29404b967497ae2d2f3079
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trove",
    "description": "Send highlights to Notion.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icons\/prod\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/prod\/icon16.png",
        "48": "icons\/prod\/icon48.png",
        "128": "icons\/prod\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trove.so\/*",
            "https:\/\/www.trove.so\/*",
            "https:\/\/s3-us-west-2.amazonaws.com\/secure.notion-static.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "images\/notion\/*",
        "images\/notion\/properties\/*"
    ]
}